#D2A6B9

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

Shades of Lily #D2A6B9

Tints of Lily #D2A6B9

Color information

#D2A6B9 (or 0xD2A6B9) is unknown color: approx Lily. HEX triplet: D2, A6 and B9. RGB value is (210,166,185). Sum of RGB (Red+Green+Blue) = 210+166+185=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A6B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A6B9 is #2D5946. Grayscale: #B5B5B5. Windows color (decimal): -2971975 or 12166866. OLE color: 12166866.

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

Color convert

RGB210166185-
CMYK00.210.120.18
HSL334.09º32.84%73.73%-
HSV(B)334.09º20.95%82.35%-
XYZ48.9744.4851.9-
YUV181.32130.08148.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.43%
GREEN value IS 166 (65.23% from 255) = 29.59%
BLUE value IS 185 (72.66% from 255) = 32.98%
R=37.43%
G=29.59%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016618500.210.120.18334.0932.8473.73
HexD2A6B9015C1214e214a
Octal322246271025142251641112
Binary1101001010100110101110010101011100100101010011101000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A6B9; }

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

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

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

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

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

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

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

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