#D4A7CF

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

Shades of Lilac #D4A7CF

Tints of Lilac #D4A7CF

Color information

#D4A7CF (or 0xD4A7CF) is unknown color: approx Lilac. HEX triplet: D4, A7 and CF. RGB value is (212,167,207). Sum of RGB (Red+Green+Blue) = 212+167+207=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 167 (65.62% from 255 or 28.50% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A7CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A7CF is #2B5830. Grayscale: #B8B8B8. Windows color (decimal): -2840625 or 13608916. OLE color: 13608916.

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

Color convert

RGB212167207-
CMYK00.210.020.17
HSL306.67º34.35%74.31%-
HSV(B)306.67º21.23%83.14%-
XYZ52.2346.1465.18-
YUV185.02140.41147.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.18%
GREEN value IS 167 (65.62% from 255) = 28.50%
BLUE value IS 207 (81.25% from 255) = 35.32%
R=36.18%
G=28.50%
B=35.32%

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
Decimal21216720700.210.020.17306.6734.3574.31
HexD4A7CF015211133224a
Octal32424731702522146342112
Binary11010100101001111100111101010110100011001100111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A7CF; }

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

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

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

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

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

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

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

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