#D29DCC

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

Shades of Lilac #D29DCC

Tints of Lilac #D29DCC

Color information

#D29DCC (or 0xD29DCC) is unknown color: approx Lilac. HEX triplet: D2, 9D and CC. RGB value is (210,157,204). Sum of RGB (Red+Green+Blue) = 210+157+204=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DCC is #2D6233. Grayscale: #B2B2B2. Windows color (decimal): -2974260 or 13409746. OLE color: 13409746.

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

Color convert

RGB210157204-
CMYK00.250.030.18
HSL306.79º37.06%71.96%-
HSV(B)306.79º25.24%82.35%-
XYZ49.5342.1862.66-
YUV178.2142.56150.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.78%
GREEN value IS 157 (61.72% from 255) = 27.50%
BLUE value IS 204 (80.08% from 255) = 35.73%
R=36.78%
G=27.50%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015720400.250.030.18306.7937.0671.96
HexD29DCC0193121332548
Octal32223531403132246345110
Binary11010010100111011100110001100111100101001100111001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29DCC; }

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

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

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

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

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

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

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

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