#D29ECD

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

Shades of Lilac #D29ECD

Tints of Lilac #D29ECD

Color information

#D29ECD (or 0xD29ECD) is unknown color: approx Lilac. HEX triplet: D2, 9E and CD. RGB value is (210,158,205). Sum of RGB (Red+Green+Blue) = 210+158+205=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 210 - color contains mainly: red. Hex color #D29ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29ECD is #2D6132. Grayscale: #B2B2B2. Windows color (decimal): -2974003 or 13475538. OLE color: 13475538.

HSL color Cylindrical-coordinate representation of color #D29ECD: hue angle of 305.77º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D29ECD is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB210158205-
CMYK00.250.020.18
HSL305.77º36.62%72.16%-
HSV(B)305.77º24.76%82.35%-
XYZ49.8242.5663.35-
YUV178.91142.73150.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.65%
GREEN value IS 158 (62.11% from 255) = 27.57%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=36.65%
G=27.57%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015820500.250.020.18305.7736.6272.16
HexD29ECD0192121322548
Octal32223631503122246245110
Binary11010010100111101100110101100110100101001100101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29ECD; }

 p { color: rgb(210,158,205); }

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

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

 a { background-color: rgb(210,158,205); }

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

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

 span { border-color: rgb(210,158,205); }

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