#D99DEE

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

Shades of Wisteria #D99DEE

Tints of Wisteria #D99DEE

Color information

#D99DEE (or 0xD99DEE) is unknown color: approx Wisteria. HEX triplet: D9, 9D and EE. RGB value is (217,157,238). Sum of RGB (Red+Green+Blue) = 217+157+238=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 157 (61.72% from 255 or 25.65% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #D99DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99DEE is #266211. Grayscale: #B7B7B7. Windows color (decimal): -2515474 or 15637977. OLE color: 15637977.

HSL color Cylindrical-coordinate representation of color #D99DEE: hue angle of 284.44º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D99DEE is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217157238-
CMYK0.090.3400.07
HSL284.44º70.43%77.45%-
HSV(B)284.44º34.03%93.33%-
XYZ56.145.0486.63-
YUV184.17158.38151.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.46%
GREEN value IS 157 (61.72% from 255) = 25.65%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=35.46%
G=25.65%
B=38.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171572380.090.3400.07284.4470.4377.45
HexD99DEE9220711c464d
Octal331235356114207434106115
Binary1101100110011101111011101001100010011110001110010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99DEE; }

 p { color: rgb(217,157,238); }

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

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

 a { background-color: rgb(217,157,238); }

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

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

 span { border-color: rgb(217,157,238); }

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