#D2A6CF

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

Shades of Lilac #D2A6CF

Tints of Lilac #D2A6CF

Color information

#D2A6CF (or 0xD2A6CF) is unknown color: approx Lilac. HEX triplet: D2, A6 and CF. RGB value is (210,166,207). Sum of RGB (Red+Green+Blue) = 210+166+207=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 166 (65.23% from 255 or 28.47% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A6CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A6CF is #2D5930. Grayscale: #B7B7B7. Windows color (decimal): -2971953 or 13608658. OLE color: 13608658.

HSL color Cylindrical-coordinate representation of color #D2A6CF: hue angle of 304.09º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2A6CF is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB210166207-
CMYK00.210.010.18
HSL304.09º32.84%73.73%-
HSV(B)304.09º20.95%82.35%-
XYZ51.4845.4865.1-
YUV183.83141.08146.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.02%
GREEN value IS 166 (65.23% from 255) = 28.47%
BLUE value IS 207 (81.25% from 255) = 35.51%
R=36.02%
G=28.47%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016620700.210.010.18304.0932.8473.73
HexD2A6CF015112130214a
Octal32224631702512246041112
Binary1101001010100110110011110101011100101001100001000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A6CF; }

 p { color: rgb(210,166,207); }

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

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

 a { background-color: rgb(210,166,207); }

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

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

 span { border-color: rgb(210,166,207); }

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