#D99EEF

Color #D99EEF Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #D99EEF

Tints of Wisteria #D99EEF

Color information

#D99EEF (or 0xD99EEF) is unknown color: approx Wisteria. HEX triplet: D9, 9E and EF. RGB value is (217,158,239). Sum of RGB (Red+Green+Blue) = 217+158+239=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #D99EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99EEF is #266110. Grayscale: #B8B8B8. Windows color (decimal): -2515217 or 15703769. OLE color: 15703769.

HSL color Cylindrical-coordinate representation of color #D99EEF: hue angle of 283.7º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D99EEF is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB217158239-
CMYK0.090.3400.06
HSL283.7º71.68%77.84%-
HSV(B)283.7º33.89%93.73%-
XYZ56.4245.4487.46-
YUV184.88158.55150.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 35.34%
GREEN value IS 158 (62.11% from 255) = 25.73%
BLUE value IS 239 (93.75% from 255) = 38.93%
R=35.34%
G=25.73%
B=38.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2171582390.090.3400.06283.771.6877.84
HexD99EEF9220611c484e
Octal331236357114206434110116
Binary1101100110011110111011111001100010011010001110010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99EEF; }

 p { color: rgb(217,158,239); }

 H1.HeaderClassName
 {
   color: #D99EEF;
 }
 .AnyTagClassName
 {
   color: #D99EEF;
 }
</style>
background-color css

<style>
 a { background-color: #D99EEF; }

 a { background-color: rgb(217,158,239); }

 div.DivClassName
 {
   background-color: #D99EEF;
 }
 .BgClassName
 {
   background-color: #D99EEF;
 }
</style>
border-color css

<style>
 span { border-color: #D99EEF; }

 span { border-color: rgb(217,158,239); }

 td.TdClassName
 {
   border-color: #D99EEF;
 }
 .TagClassName
 {
   border-color: #D99EEF;
 }
</style>