#D198B5

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

Shades of Lily #D198B5

Tints of Lily #D198B5

Color information

#D198B5 (or 0xD198B5) is unknown color: approx Lily. HEX triplet: D1, 98 and B5. RGB value is (209,152,181). Sum of RGB (Red+Green+Blue) = 209+152+181=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D198B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198B5 is #2E674A. Grayscale: #ACACAC. Windows color (decimal): -3041099 or 11901137. OLE color: 11901137.

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

Color convert

RGB209152181-
CMYK00.270.130.18
HSL329.47º38.26%70.78%-
HSV(B)329.47º27.27%81.96%-
XYZ45.8639.3548.89-
YUV172.35132.88154.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.56%
GREEN value IS 152 (59.77% from 255) = 28.04%
BLUE value IS 181 (71.09% from 255) = 33.39%
R=38.56%
G=28.04%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915218100.270.130.18329.4738.2670.78
HexD198B501BD121492647
Octal321230265033152251146107
Binary1101000110011000101101010110111101100101010010011001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D198B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D198B5; }

 p { color: rgb(209,152,181); }

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

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

 a { background-color: rgb(209,152,181); }

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

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

 span { border-color: rgb(209,152,181); }

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