#D2A9CB

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

Shades of Lilac #D2A9CB

Tints of Lilac #D2A9CB

Color information

#D2A9CB (or 0xD2A9CB) is unknown color: approx Lilac. HEX triplet: D2, A9 and CB. RGB value is (210,169,203). Sum of RGB (Red+Green+Blue) = 210+169+203=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 169 (66.41% from 255 or 29.04% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A9CB is #2D5634. Grayscale: #B9B9B9. Windows color (decimal): -2971189 or 13347282. OLE color: 13347282.

HSL color Cylindrical-coordinate representation of color #D2A9CB: hue angle of 310.24º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2A9CB is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB210169203-
CMYK00.200.030.18
HSL310.24º31.3%74.31%-
HSV(B)310.24º19.52%82.35%-
XYZ51.5546.3962.74-
YUV185.14138.08145.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.08%
GREEN value IS 169 (66.41% from 255) = 29.04%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=36.08%
G=29.04%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016920300.200.030.18310.2431.374.31
HexD2A9CB0143121361f4a
Octal32225131302432246637112
Binary1101001010101001110010110101001110010100110110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A9CB; }

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

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

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

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

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

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

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

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