#D0ABCC

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

Shades of Lilac #D0ABCC

Tints of Lilac #D0ABCC

Color information

#D0ABCC (or 0xD0ABCC) is unknown color: approx Lilac. HEX triplet: D0, AB and CC. RGB value is (208,171,204). Sum of RGB (Red+Green+Blue) = 208+171+204=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABCC is #2F5433. Grayscale: #B9B9B9. Windows color (decimal): -3101748 or 13413328. OLE color: 13413328.

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

Color convert

RGB208171204-
CMYK00.180.020.18
HSL306.49º28.24%74.31%-
HSV(B)306.49º17.79%81.57%-
XYZ51.4746.963.47-
YUV185.82138.26143.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.68%
GREEN value IS 171 (67.19% from 255) = 29.33%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=35.68%
G=29.33%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817120400.180.020.18306.4928.2474.31
HexD0ABCC0122121321c4a
Octal32025331402222246234112
Binary1101000010101011110011000100101010010100110010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ABCC; }

 p { color: rgb(208,171,204); }

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

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

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

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

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

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

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