#D4A4CB

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

Shades of Lilac #D4A4CB

Tints of Lilac #D4A4CB

Color information

#D4A4CB (or 0xD4A4CB) is unknown color: approx Lilac. HEX triplet: D4, A4 and CB. RGB value is (212,164,203). Sum of RGB (Red+Green+Blue) = 212+164+203=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A4CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A4CB is #2B5B34. Grayscale: #B6B6B6. Windows color (decimal): -2841397 or 13346004. OLE color: 13346004.

HSL color Cylindrical-coordinate representation of color #D4A4CB: hue angle of 311.25º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4A4CB is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB212164203-
CMYK00.230.040.17
HSL311.25º35.82%73.73%-
HSV(B)311.25º22.64%83.14%-
XYZ51.2144.8662.46-
YUV182.8139.4148.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.61%
GREEN value IS 164 (64.45% from 255) = 28.32%
BLUE value IS 203 (79.69% from 255) = 35.06%
R=36.61%
G=28.32%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216420300.230.040.17311.2535.8273.73
HexD4A4CB017411137244a
Octal32424431302742146744112
Binary110101001010010011001011010111100100011001101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A4CB; }

 p { color: rgb(212,164,203); }

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

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

 a { background-color: rgb(212,164,203); }

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

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

 span { border-color: rgb(212,164,203); }

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