#D0AECD

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

Shades of Lilac #D0AECD

Tints of Lilac #D0AECD

Color information

#D0AECD (or 0xD0AECD) is unknown color: approx Lilac. HEX triplet: D0, AE and CD. RGB value is (208,174,205). Sum of RGB (Red+Green+Blue) = 208+174+205=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AECD is #2F5132. Grayscale: #BBBBBB. Windows color (decimal): -3100979 or 13479632. OLE color: 13479632.

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

Color convert

RGB208174205-
CMYK00.160.010.18
HSL305.29º26.56%74.9%-
HSV(B)305.29º16.35%81.57%-
XYZ52.1748.0964.29-
YUV187.7137.76142.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.43%
GREEN value IS 174 (68.36% from 255) = 29.64%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=35.43%
G=29.64%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817420500.160.010.18305.2926.5674.9
HexD0AECD0101121311b4b
Octal32025631502012246133113
Binary110100001010111011001101010000110010100110001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AECD; }

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

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

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

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

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

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

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

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