#D4A8CF

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

Shades of Lilac #D4A8CF

Tints of Lilac #D4A8CF

Color information

#D4A8CF (or 0xD4A8CF) is unknown color: approx Lilac. HEX triplet: D4, A8 and CF. RGB value is (212,168,207). Sum of RGB (Red+Green+Blue) = 212+168+207=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A8CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A8CF is #2B5730. Grayscale: #B9B9B9. Windows color (decimal): -2840369 or 13609172. OLE color: 13609172.

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

Color convert

RGB212168207-
CMYK00.210.020.17
HSL306.82º33.85%74.51%-
HSV(B)306.82º20.75%83.14%-
XYZ52.4246.5165.25-
YUV185.6140.08146.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.12%
GREEN value IS 168 (66.02% from 255) = 28.62%
BLUE value IS 207 (81.25% from 255) = 35.26%
R=36.12%
G=28.62%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216820700.210.020.17306.8233.8574.51
HexD4A8CF015211133224b
Octal32425031702522146342113
Binary11010100101010001100111101010110100011001100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A8CF; }

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

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

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

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

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

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

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

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