#D0A2BB

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

Shades of Lily #D0A2BB

Tints of Lily #D0A2BB

Color information

#D0A2BB (or 0xD0A2BB) is unknown color: approx Lily. HEX triplet: D0, A2 and BB. RGB value is (208,162,187). Sum of RGB (Red+Green+Blue) = 208+162+187=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A2BB is #2F5D44. Grayscale: #B2B2B2. Windows color (decimal): -3104069 or 12296912. OLE color: 12296912.

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

Color convert

RGB208162187-
CMYK00.220.100.18
HSL327.39º32.86%72.55%-
HSV(B)327.39º22.12%81.57%-
XYZ47.942.8452.76-
YUV178.6132.74148.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.34%
GREEN value IS 162 (63.67% from 255) = 29.08%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=37.34%
G=29.08%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816218700.220.100.18327.3932.8672.55
HexD0A2BB016A121472149
Octal320242273026122250741111
Binary1101000010100010101110110101101010100101010001111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A2BB; }

 p { color: rgb(208,162,187); }

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

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

 a { background-color: rgb(208,162,187); }

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

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

 span { border-color: rgb(208,162,187); }

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