#D096CC

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

Shades of Lilac #D096CC

Tints of Lilac #D096CC

Color information

#D096CC (or 0xD096CC) is unknown color: approx Lilac. HEX triplet: D0, 96 and CC. RGB value is (208,150,204). Sum of RGB (Red+Green+Blue) = 208+150+204=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 208 - color contains mainly: red. Hex color #D096CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096CC is #2F6933. Grayscale: #ADADAD. Windows color (decimal): -3107124 or 13407952. OLE color: 13407952.

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

Color convert

RGB208150204-
CMYK00.280.020.18
HSL304.14º38.16%70.2%-
HSV(B)304.14º27.88%81.57%-
XYZ47.8239.5862.25-
YUV173.5145.22152.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.01%
GREEN value IS 150 (58.98% from 255) = 26.69%
BLUE value IS 204 (80.08% from 255) = 36.30%
R=37.01%
G=26.69%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815020400.280.020.18304.1438.1670.2
HexD096CC01C2121302646
Octal32022631403422246046106
Binary11010000100101101100110001110010100101001100001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D096CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D096CC; }

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

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

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

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

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

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

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

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