#D29DCF

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

Shades of Lilac #D29DCF

Tints of Lilac #D29DCF

Color information

#D29DCF (or 0xD29DCF) is unknown color: approx Lilac. HEX triplet: D2, 9D and CF. RGB value is (210,157,207). Sum of RGB (Red+Green+Blue) = 210+157+207=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 157 (61.72% from 255 or 27.35% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DCF is #2D6230. Grayscale: #B2B2B2. Windows color (decimal): -2974257 or 13606354. OLE color: 13606354.

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

Color convert

RGB210157207-
CMYK00.250.010.18
HSL303.4º37.06%71.96%-
HSV(B)303.4º25.24%82.35%-
XYZ49.942.3264.57-
YUV178.55144.06150.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.59%
GREEN value IS 157 (61.72% from 255) = 27.35%
BLUE value IS 207 (81.25% from 255) = 36.06%
R=36.59%
G=27.35%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015720700.250.010.18303.437.0671.96
HexD29DCF01911212f2548
Octal32223531703112245745110
Binary1101001010011101110011110110011100101001011111001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29DCF; }

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

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

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

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

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

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

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

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