#D0A6BA

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

Shades of Lily #D0A6BA

Tints of Lily #D0A6BA

Color information

#D0A6BA (or 0xD0A6BA) is unknown color: approx Lily. HEX triplet: D0, A6 and BA. RGB value is (208,166,186). Sum of RGB (Red+Green+Blue) = 208+166+186=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A6BA is #2F5945. Grayscale: #B4B4B4. Windows color (decimal): -3103046 or 12232400. OLE color: 12232400.

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

Color convert

RGB208166186-
CMYK00.200.110.18
HSL331.43º30.88%73.33%-
HSV(B)331.43º20.19%81.57%-
XYZ48.5144.2352.43-
YUV180.84130.91147.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.14%
GREEN value IS 166 (65.23% from 255) = 29.64%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=37.14%
G=29.64%
B=33.21%

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
Decimal20816618600.200.110.18331.4330.8873.33
HexD0A6BA014B1214b1f49
Octal320246272024132251337111
Binary110100001010011010111010010100101110010101001011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A6BA; }

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

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

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

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

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

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

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

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