#D196CB

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

Shades of Lilac #D196CB

Tints of Lilac #D196CB

Color information

#D196CB (or 0xD196CB) is unknown color: approx Lilac. HEX triplet: D1, 96 and CB. RGB value is (209,150,203). Sum of RGB (Red+Green+Blue) = 209+150+203=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 209 - color contains mainly: red. Hex color #D196CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196CB is #2E6934. Grayscale: #ADADAD. Windows color (decimal): -3041589 or 13342417. OLE color: 13342417.

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

Color convert

RGB209150203-
CMYK00.280.030.18
HSL306.1º39.07%70.39%-
HSV(B)306.1º28.23%81.96%-
XYZ47.9839.6861.63-
YUV173.68144.55153.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.19%
GREEN value IS 150 (58.98% from 255) = 26.69%
BLUE value IS 203 (79.69% from 255) = 36.12%
R=37.19%
G=26.69%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915020300.280.030.18306.139.0770.39
HexD196CB01C3121322746
Octal32122631303432246247106
Binary11010001100101101100101101110011100101001100101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D196CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D196CB; }

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

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

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

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

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

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

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

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