#D2AACB

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

Shades of Lilac #D2AACB

Tints of Lilac #D2AACB

Color information

#D2AACB (or 0xD2AACB) is unknown color: approx Lilac. HEX triplet: D2, AA and CB. RGB value is (210,170,203). Sum of RGB (Red+Green+Blue) = 210+170+203=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AACB is #2D5534. Grayscale: #B9B9B9. Windows color (decimal): -2970933 or 13347538. OLE color: 13347538.

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

Color convert

RGB210170203-
CMYK00.190.030.18
HSL310.5º30.77%74.51%-
HSV(B)310.5º19.05%82.35%-
XYZ51.7346.7662.8-
YUV185.72137.75145.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.02%
GREEN value IS 170 (66.80% from 255) = 29.16%
BLUE value IS 203 (79.69% from 255) = 34.82%
R=36.02%
G=29.16%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017020300.190.030.18310.530.7774.51
HexD2AACB0133121361f4b
Octal32225231302332246637113
Binary1101001010101010110010110100111110010100110110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AACB; }

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

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

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

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

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

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

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

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