#D4A8CD

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

Shades of Lilac #D4A8CD

Tints of Lilac #D4A8CD

Color information

#D4A8CD (or 0xD4A8CD) is unknown color: approx Lilac. HEX triplet: D4, A8 and CD. RGB value is (212,168,205). Sum of RGB (Red+Green+Blue) = 212+168+205=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A8CD is #2B5732. Grayscale: #B9B9B9. Windows color (decimal): -2840371 or 13478100. OLE color: 13478100.

HSL color Cylindrical-coordinate representation of color #D4A8CD: hue angle of 309.55º 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 #D4A8CD is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB212168205-
CMYK00.210.030.17
HSL309.55º33.85%74.51%-
HSV(B)309.55º20.75%83.14%-
XYZ52.1746.4163.97-
YUV185.37139.08146.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.24%
GREEN value IS 168 (66.02% from 255) = 28.72%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=36.24%
G=28.72%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216820500.210.030.17309.5533.8574.51
HexD4A8CD015311136224b
Octal32425031502532146642113
Binary11010100101010001100110101010111100011001101101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A8CD; }

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

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

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

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

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

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

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

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