#D29ACB

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

Shades of Lilac #D29ACB

Tints of Lilac #D29ACB

Color information

#D29ACB (or 0xD29ACB) is unknown color: approx Lilac. HEX triplet: D2, 9A and CB. RGB value is (210,154,203). Sum of RGB (Red+Green+Blue) = 210+154+203=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 154 (60.55% from 255 or 27.16% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 210 - color contains mainly: red. Hex color #D29ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29ACB is #2D6534. Grayscale: #B0B0B0. Windows color (decimal): -2975029 or 13343442. OLE color: 13343442.

HSL color Cylindrical-coordinate representation of color #D29ACB: hue angle of 307.5º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D29ACB is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB210154203-
CMYK00.270.030.18
HSL307.5º38.36%71.37%-
HSV(B)307.5º26.67%82.35%-
XYZ48.9141.1261.86-
YUV176.33143.05152.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.04%
GREEN value IS 154 (60.55% from 255) = 27.16%
BLUE value IS 203 (79.69% from 255) = 35.80%
R=37.04%
G=27.16%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015420300.270.030.18307.538.3671.37
HexD29ACB01B3121342647
Octal32223231303332246446107
Binary11010010100110101100101101101111100101001101001001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29ACB; }

 p { color: rgb(210,154,203); }

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

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

 a { background-color: rgb(210,154,203); }

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

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

 span { border-color: rgb(210,154,203); }

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