#D0A1B9

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

Shades of Lily #D0A1B9

Tints of Lily #D0A1B9

Color information

#D0A1B9 (or 0xD0A1B9) is unknown color: approx Lily. HEX triplet: D0, A1 and B9. RGB value is (208,161,185). Sum of RGB (Red+Green+Blue) = 208+161+185=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A1B9 is #2F5E46. Grayscale: #B1B1B1. Windows color (decimal): -3104327 or 12165584. OLE color: 12165584.

HSL color Cylindrical-coordinate representation of color #D0A1B9: hue angle of 329.36º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0A1B9 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB208161185-
CMYK00.230.110.18
HSL329.36º33.33%72.35%-
HSV(B)329.36º22.6%81.57%-
XYZ47.5142.451.58-
YUV177.79132.07149.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.55%
GREEN value IS 161 (63.28% from 255) = 29.06%
BLUE value IS 185 (72.66% from 255) = 33.39%
R=37.55%
G=29.06%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816118500.230.110.18329.3633.3372.35
HexD0A1B9017B121492148
Octal320241271027132251141110
Binary1101000010100001101110010101111011100101010010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A1B9; }

 p { color: rgb(208,161,185); }

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

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

 a { background-color: rgb(208,161,185); }

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

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

 span { border-color: rgb(208,161,185); }

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