#D097BF

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

Shades of Lily #D097BF

Tints of Lily #D097BF

Color information

#D097BF (or 0xD097BF) is unknown color: approx Lily. HEX triplet: D0, 97 and BF. RGB value is (208,151,191). Sum of RGB (Red+Green+Blue) = 208+151+191=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 208 - color contains mainly: red. Hex color #D097BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D097BF is #2F6840. Grayscale: #ACACAC. Windows color (decimal): -3106881 or 12556240. OLE color: 12556240.

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

Color convert

RGB208151191-
CMYK00.270.080.18
HSL317.89º37.75%70.39%-
HSV(B)317.89º27.4%81.57%-
XYZ46.4839.354.43-
YUV172.6138.38153.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.82%
GREEN value IS 151 (59.38% from 255) = 27.45%
BLUE value IS 191 (75% from 255) = 34.73%
R=37.82%
G=27.45%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815119100.270.080.18317.8937.7570.39
HexD097BF01B81213e2646
Octal320227277033102247646106
Binary1101000010010111101111110110111000100101001111101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D097BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D097BF; }

 p { color: rgb(208,151,191); }

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

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

 a { background-color: rgb(208,151,191); }

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

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

 span { border-color: rgb(208,151,191); }

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