#D2A9CD

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

Shades of Lilac #D2A9CD

Tints of Lilac #D2A9CD

Color information

#D2A9CD (or 0xD2A9CD) is unknown color: approx Lilac. HEX triplet: D2, A9 and CD. RGB value is (210,169,205). Sum of RGB (Red+Green+Blue) = 210+169+205=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 169 (66.41% from 255 or 28.94% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A9CD is #2D5632. Grayscale: #B9B9B9. Windows color (decimal): -2971187 or 13478354. OLE color: 13478354.

HSL color Cylindrical-coordinate representation of color #D2A9CD: hue angle of 307.32º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2A9CD is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB210169205-
CMYK00.200.020.18
HSL307.32º31.3%74.31%-
HSV(B)307.32º19.52%82.35%-
XYZ51.7946.4964-
YUV185.36139.08145.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.96%
GREEN value IS 169 (66.41% from 255) = 28.94%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=35.96%
G=28.94%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016920500.200.020.18307.3231.374.31
HexD2A9CD0142121331f4a
Octal32225131502422246337112
Binary1101001010101001110011010101001010010100110011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A9CD; }

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

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

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

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

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

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

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

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