#D196CC

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

Shades of Lilac #D196CC

Tints of Lilac #D196CC

Color information

#D196CC (or 0xD196CC) is unknown color: approx Lilac. HEX triplet: D1, 96 and CC. RGB value is (209,150,204). Sum of RGB (Red+Green+Blue) = 209+150+204=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 209 - color contains mainly: red. Hex color #D196CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196CC is #2E6933. Grayscale: #ADADAD. Windows color (decimal): -3041588 or 13407953. OLE color: 13407953.

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

Color convert

RGB209150204-
CMYK00.280.020.18
HSL305.08º39.07%70.39%-
HSV(B)305.08º28.23%81.96%-
XYZ48.139.7362.26-
YUV173.8145.05153.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.12%
GREEN value IS 150 (58.98% from 255) = 26.64%
BLUE value IS 204 (80.08% from 255) = 36.23%
R=37.12%
G=26.64%
B=36.23%

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
Decimal20915020400.280.020.18305.0839.0770.39
HexD196CC01C2121312746
Octal32122631403422246147106
Binary11010001100101101100110001110010100101001100011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D196CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D196CC; }

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

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

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

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

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

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

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

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