#D0A1CF

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

Shades of Lilac #D0A1CF

Tints of Lilac #D0A1CF

Color information

#D0A1CF (or 0xD0A1CF) is unknown color: approx Lilac. HEX triplet: D0, A1 and CF. RGB value is (208,161,207). Sum of RGB (Red+Green+Blue) = 208+161+207=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 161 (63.28% from 255 or 27.95% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A1CF is #2F5E30. Grayscale: #B4B4B4. Windows color (decimal): -3104305 or 13607376. OLE color: 13607376.

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

Color convert

RGB208161207-
CMYK00.230.000.18
HSL301.28º33.33%72.35%-
HSV(B)301.28º22.6%81.57%-
XYZ50.0243.464.77-
YUV180.3143.07147.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.11%
GREEN value IS 161 (63.28% from 255) = 27.95%
BLUE value IS 207 (81.25% from 255) = 35.94%
R=36.11%
G=27.95%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816120700.230.000.18301.2833.3372.35
HexD0A1CF01701212d2148
Octal32024131702702245541110
Binary1101000010100001110011110101110100101001011011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A1CF; }

 p { color: rgb(208,161,207); }

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

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

 a { background-color: rgb(208,161,207); }

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

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

 span { border-color: rgb(208,161,207); }

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