#D0ADCA

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

Shades of Lilac #D0ADCA

Tints of Lilac #D0ADCA

Color information

#D0ADCA (or 0xD0ADCA) is unknown color: approx Lilac. HEX triplet: D0, AD and CA. RGB value is (208,173,202). Sum of RGB (Red+Green+Blue) = 208+173+202=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADCA is #2F5235. Grayscale: #BABABA. Windows color (decimal): -3101238 or 13282768. OLE color: 13282768.

HSL color Cylindrical-coordinate representation of color #D0ADCA: hue angle of 310.29º degrees, saturation: 0.27, 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 #D0ADCA is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB208173202-
CMYK00.170.030.18
HSL310.29º27.13%74.71%-
HSV(B)310.29º16.83%81.57%-
XYZ51.6247.5662.34-
YUV186.77136.6143.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.68%
GREEN value IS 173 (67.97% from 255) = 29.67%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=35.68%
G=29.67%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817320200.170.030.18310.2927.1374.71
HexD0ADCA0113121361b4b
Octal32025531202132246633113
Binary1101000010101101110010100100011110010100110110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ADCA; }

 p { color: rgb(208,173,202); }

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

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

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

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

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

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

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