#D29ECF

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

Shades of Lilac #D29ECF

Tints of Lilac #D29ECF

Color information

#D29ECF (or 0xD29ECF) is unknown color: approx Lilac. HEX triplet: D2, 9E and CF. RGB value is (210,158,207). Sum of RGB (Red+Green+Blue) = 210+158+207=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 158 (62.11% from 255 or 27.48% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 210 - color contains mainly: red. Hex color #D29ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29ECF is #2D6130. Grayscale: #B2B2B2. Windows color (decimal): -2974001 or 13606610. OLE color: 13606610.

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

Color convert

RGB210158207-
CMYK00.250.010.18
HSL303.46º36.62%72.16%-
HSV(B)303.46º24.76%82.35%-
XYZ50.0742.6664.63-
YUV179.13143.73150.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.52%
GREEN value IS 158 (62.11% from 255) = 27.48%
BLUE value IS 207 (81.25% from 255) = 36%
R=36.52%
G=27.48%
B=36%

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
Decimal21015820700.250.010.18303.4636.6272.16
HexD29ECF01911212f2548
Octal32223631703112245745110
Binary1101001010011110110011110110011100101001011111001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29ECF; }

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

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

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

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

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

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

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

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