#D096CF

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

Shades of Lilac #D096CF

Tints of Lilac #D096CF

Color information

#D096CF (or 0xD096CF) is unknown color: approx Lilac. HEX triplet: D0, 96 and CF. RGB value is (208,150,207). Sum of RGB (Red+Green+Blue) = 208+150+207=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 208 - color contains mainly: red. Hex color #D096CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096CF is #2F6930. Grayscale: #ADADAD. Windows color (decimal): -3107121 or 13604560. OLE color: 13604560.

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

Color convert

RGB208150207-
CMYK00.280.000.18
HSL301.03º38.16%70.2%-
HSV(B)301.03º27.88%81.57%-
XYZ48.1839.7364.16-
YUV173.84146.72152.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.81%
GREEN value IS 150 (58.98% from 255) = 26.55%
BLUE value IS 207 (81.25% from 255) = 36.64%
R=36.81%
G=26.55%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815020700.280.000.18301.0338.1670.2
HexD096CF01C01212d2646
Octal32022631703402245546106
Binary1101000010010110110011110111000100101001011011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D096CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D096CF; }

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

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

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

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

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

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

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

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