#D0A2BA

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

Shades of Lily #D0A2BA

Tints of Lily #D0A2BA

Color information

#D0A2BA (or 0xD0A2BA) is unknown color: approx Lily. HEX triplet: D0, A2 and BA. RGB value is (208,162,186). Sum of RGB (Red+Green+Blue) = 208+162+186=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 162 (63.67% from 255 or 29.14% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A2BA is #2F5D45. Grayscale: #B2B2B2. Windows color (decimal): -3104070 or 12231376. OLE color: 12231376.

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

Color convert

RGB208162186-
CMYK00.220.110.18
HSL328.7º32.86%72.55%-
HSV(B)328.7º22.12%81.57%-
XYZ47.842.852.2-
YUV178.49132.24149.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.41%
GREEN value IS 162 (63.67% from 255) = 29.14%
BLUE value IS 186 (73.05% from 255) = 33.45%
R=37.41%
G=29.14%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816218600.220.110.18328.732.8672.55
HexD0A2BA016B121492149
Octal320242272026132251141111
Binary1101000010100010101110100101101011100101010010011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A2BA; }

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

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

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

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

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

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

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

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