#D29DCA

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

Shades of Lilac #D29DCA

Tints of Lilac #D29DCA

Color information

#D29DCA (or 0xD29DCA) is unknown color: approx Lilac. HEX triplet: D2, 9D and CA. RGB value is (210,157,202). Sum of RGB (Red+Green+Blue) = 210+157+202=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DCA is #2D6235. Grayscale: #B1B1B1. Windows color (decimal): -2974262 or 13278674. OLE color: 13278674.

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

Color convert

RGB210157202-
CMYK00.250.040.18
HSL309.06º37.06%71.96%-
HSV(B)309.06º25.24%82.35%-
XYZ49.342.0861.4-
YUV177.98141.56150.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.91%
GREEN value IS 157 (61.72% from 255) = 27.59%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=36.91%
G=27.59%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015720200.250.040.18309.0637.0671.96
HexD29DCA0194121352548
Octal32223531203142246545110
Binary110100101001110111001010011001100100101001101011001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29DCA; }

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

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

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

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

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

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

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

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