#D0AED2

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

Shades of Lilac #D0AED2

Tints of Lilac #D0AED2

Color information

#D0AED2 (or 0xD0AED2) is unknown color: approx Lilac. HEX triplet: D0, AE and D2. RGB value is (208,174,210). Sum of RGB (Red+Green+Blue) = 208+174+210=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 210 - color contains mainly: blue. Hex color #D0AED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AED2 is #2F512D. Grayscale: #BCBCBC. Windows color (decimal): -3100974 or 13807312. OLE color: 13807312.

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

Color convert

RGB208174210-
CMYK0.010.1700.18
HSL296.67º28.57%75.29%-
HSV(B)296.67º17.14%82.35%-
XYZ52.7848.3467.52-
YUV188.27140.26142.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.14%
GREEN value IS 174 (68.36% from 255) = 29.39%
BLUE value IS 210 (82.42% from 255) = 35.47%
R=35.14%
G=29.39%
B=35.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081742100.010.1700.18296.6728.5775.29
HexD0AED21110121291d4b
Octal32025632212102245135113
Binary110100001010111011010010110001010010100101001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AED2; }

 p { color: rgb(208,174,210); }

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

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

 a { background-color: rgb(208,174,210); }

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

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

 span { border-color: rgb(208,174,210); }

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