#D097BA

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

Shades of Lily #D097BA

Tints of Lily #D097BA

Color information

#D097BA (or 0xD097BA) is unknown color: approx Lily. HEX triplet: D0, 97 and BA. RGB value is (208,151,186). Sum of RGB (Red+Green+Blue) = 208+151+186=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D097BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D097BA is #2F6845. Grayscale: #ABABAB. Windows color (decimal): -3106886 or 12228560. OLE color: 12228560.

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

Color convert

RGB208151186-
CMYK00.270.110.18
HSL323.16º37.75%70.39%-
HSV(B)323.16º27.4%81.57%-
XYZ45.9439.0951.58-
YUV172.03135.88153.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.17%
GREEN value IS 151 (59.38% from 255) = 27.71%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=38.17%
G=27.71%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815118600.270.110.18323.1637.7570.39
HexD097BA01BB121432646
Octal320227272033132250346106
Binary1101000010010111101110100110111011100101010000111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D097BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D097BA; }

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

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

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

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

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

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

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

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