#D0A7BA

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

Shades of Lily #D0A7BA

Tints of Lily #D0A7BA

Color information

#D0A7BA (or 0xD0A7BA) is unknown color: approx Lily. HEX triplet: D0, A7 and BA. RGB value is (208,167,186). Sum of RGB (Red+Green+Blue) = 208+167+186=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A7BA is #2F5845. Grayscale: #B5B5B5. Windows color (decimal): -3102790 or 12232656. OLE color: 12232656.

HSL color Cylindrical-coordinate representation of color #D0A7BA: hue angle of 332.2º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0A7BA is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB208167186-
CMYK00.200.110.18
HSL332.2º30.37%73.53%-
HSV(B)332.2º19.71%81.57%-
XYZ48.6944.5952.5-
YUV181.42130.58146.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.08%
GREEN value IS 167 (65.62% from 255) = 29.77%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=37.08%
G=29.77%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816718600.200.110.18332.230.3773.53
HexD0A7BA014B1214c1e4a
Octal320247272024132251436112
Binary110100001010011110111010010100101110010101001100111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A7BA; }

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

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

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

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

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

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

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

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