#D0A9CD

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

Shades of Lilac #D0A9CD

Tints of Lilac #D0A9CD

Color information

#D0A9CD (or 0xD0A9CD) is unknown color: approx Lilac. HEX triplet: D0, A9 and CD. RGB value is (208,169,205). Sum of RGB (Red+Green+Blue) = 208+169+205=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 169 (66.41% from 255 or 29.04% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A9CD is #2F5632. Grayscale: #B8B8B8. Windows color (decimal): -3102259 or 13478352. OLE color: 13478352.

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

Color convert

RGB208169205-
CMYK00.190.010.18
HSL304.62º29.32%73.92%-
HSV(B)304.62º18.75%81.57%-
XYZ51.2246.1963.97-
YUV184.76139.42144.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.74%
GREEN value IS 169 (66.41% from 255) = 29.04%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=35.74%
G=29.04%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816920500.190.010.18304.6229.3273.92
HexD0A9CD0131121311d4a
Octal32025131502312246135112
Binary110100001010100111001101010011110010100110001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A9CD; }

 p { color: rgb(208,169,205); }

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

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

 a { background-color: rgb(208,169,205); }

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

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

 span { border-color: rgb(208,169,205); }

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