#D0AECF

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

Shades of Lilac #D0AECF

Tints of Lilac #D0AECF

Color information

#D0AECF (or 0xD0AECF) is unknown color: approx Lilac. HEX triplet: D0, AE and CF. RGB value is (208,174,207). Sum of RGB (Red+Green+Blue) = 208+174+207=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AECF is #2F5130. Grayscale: #BBBBBB. Windows color (decimal): -3100977 or 13610704. OLE color: 13610704.

HSL color Cylindrical-coordinate representation of color #D0AECF: hue angle of 301.76º 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 #D0AECF is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB208174207-
CMYK00.160.000.18
HSL301.76º26.56%74.9%-
HSV(B)301.76º16.35%81.57%-
XYZ52.4148.1965.57-
YUV187.93138.76142.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.31%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=35.31%
G=29.54%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817420700.160.000.18301.7626.5674.9
HexD0AECF01001212e1b4b
Octal32025631702002245633113
Binary110100001010111011001111010000010010100101110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AECF; }

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

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

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

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

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

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

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

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