#d0a6b9

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

Shades of Lily #D0A6B9

Tints of Lily #D0A6B9

Color information

#D0A6B9 (or 0xD0A6B9) is unknown color: approx Lily. HEX triplet: D0, A6 and B9. RGB value is (208,166,185). Sum of RGB (Red+Green+Blue) = 208+166+185=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A6B9 is #2F5946. Grayscale: #B4B4B4. Windows color (decimal): -3103047 or 12166864. OLE color: 12166864.

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

Color convert

RGB208166185-
CMYK00.200.110.18
HSL332.86º30.88%73.33%-
HSV(B)332.86º20.19%81.57%-
XYZ48.4144.1951.88-
YUV180.72130.41147.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.21%
GREEN value IS 166 (65.23% from 255) = 29.70%
BLUE value IS 185 (72.66% from 255) = 33.09%
R=37.21%
G=29.70%
B=33.09%

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
Decimal20816618500.200.110.18332.8630.8873.33
HexD0A6B9014B1214d1f49
Octal320246271024132251537111
Binary110100001010011010111001010100101110010101001101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0a6b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0a6b9; }

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

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

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

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

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

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

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

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