#D0AED0

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

Shades of Lilac #D0AED0

Tints of Lilac #D0AED0

Color information

#D0AED0 (or 0xD0AED0) is unknown color: approx Lilac. HEX triplet: D0, AE and D0. RGB value is (208,174,208). Sum of RGB (Red+Green+Blue) = 208+174+208=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D0AED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AED0 is #2F512F. Grayscale: #BBBBBB. Windows color (decimal): -3100976 or 13676240. OLE color: 13676240.

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

Color convert

RGB208174208-
CMYK00.1600.18
HSL300º26.56%74.9%-
HSV(B)300º16.35%81.57%-
XYZ52.5348.2466.22-
YUV188.04139.26142.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.25%
GREEN value IS 174 (68.36% from 255) = 29.49%
BLUE value IS 208 (81.64% from 255) = 35.25%
R=35.25%
G=29.49%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817420800.1600.1830026.5674.9
HexD0AED001001212c1b4b
Octal32025632002002245433113
Binary110100001010111011010000010000010010100101100110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AED0; }

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

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

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

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

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

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

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

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