#D29DCD

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

Shades of Lilac #D29DCD

Tints of Lilac #D29DCD

Color information

#D29DCD (or 0xD29DCD) is unknown color: approx Lilac. HEX triplet: D2, 9D and CD. RGB value is (210,157,205). Sum of RGB (Red+Green+Blue) = 210+157+205=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DCD is #2D6232. Grayscale: #B2B2B2. Windows color (decimal): -2974259 or 13475282. OLE color: 13475282.

HSL color Cylindrical-coordinate representation of color #D29DCD: hue angle of 305.66º 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 #D29DCD is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB210157205-
CMYK00.250.020.18
HSL305.66º37.06%71.96%-
HSV(B)305.66º25.24%82.35%-
XYZ49.6542.2263.29-
YUV178.32143.06150.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.71%
GREEN value IS 157 (61.72% from 255) = 27.45%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=36.71%
G=27.45%
B=35.84%

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
Decimal21015720500.250.020.18305.6637.0671.96
HexD29DCD0192121322548
Octal32223531503122246245110
Binary11010010100111011100110101100110100101001100101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29DCD; }

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

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

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

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

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

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

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

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