#D4A8CB

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

Shades of Lilac #D4A8CB

Tints of Lilac #D4A8CB

Color information

#D4A8CB (or 0xD4A8CB) is unknown color: approx Lilac. HEX triplet: D4, A8 and CB. RGB value is (212,168,203). Sum of RGB (Red+Green+Blue) = 212+168+203=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 168 (66.02% from 255 or 28.82% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A8CB is #2B5734. Grayscale: #B9B9B9. Windows color (decimal): -2840373 or 13347028. OLE color: 13347028.

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

Color convert

RGB212168203-
CMYK00.210.040.17
HSL312.27º33.85%74.51%-
HSV(B)312.27º20.75%83.14%-
XYZ51.9346.3162.7-
YUV185.15138.08147.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.36%
GREEN value IS 168 (66.02% from 255) = 28.82%
BLUE value IS 203 (79.69% from 255) = 34.82%
R=36.36%
G=28.82%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216820300.210.040.17312.2733.8574.51
HexD4A8CB015411138224b
Octal32425031302542147042113
Binary110101001010100011001011010101100100011001110001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A8CB; }

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

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

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

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

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

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

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

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