#D196BC

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

Shades of Lily #D196BC

Tints of Lily #D196BC

Color information

#D196BC (or 0xD196BC) is unknown color: approx Lily. HEX triplet: D1, 96 and BC. RGB value is (209,150,188). Sum of RGB (Red+Green+Blue) = 209+150+188=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 209 - color contains mainly: red. Hex color #D196BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196BC is #2E6943. Grayscale: #ABABAB. Windows color (decimal): -3041604 or 12359377. OLE color: 12359377.

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

Color convert

RGB209150188-
CMYK00.280.100.18
HSL321.36º39.07%70.39%-
HSV(B)321.36º28.23%81.96%-
XYZ46.283952.67-
YUV171.97137.05154.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.21%
GREEN value IS 150 (58.98% from 255) = 27.42%
BLUE value IS 188 (73.83% from 255) = 34.37%
R=38.21%
G=27.42%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915018800.280.100.18321.3639.0770.39
HexD196BC01CA121412746
Octal321226274034122250147106
Binary1101000110010110101111000111001010100101010000011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D196BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D196BC; }

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

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

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

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

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

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

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

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