#D2A6B7

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

Shades of Lily #D2A6B7

Tints of Lily #D2A6B7

Color information

#D2A6B7 (or 0xD2A6B7) is unknown color: approx Lily. HEX triplet: D2, A6 and B7. RGB value is (210,166,183). Sum of RGB (Red+Green+Blue) = 210+166+183=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A6B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A6B7 is #2D5948. Grayscale: #B5B5B5. Windows color (decimal): -2971977 or 12035794. OLE color: 12035794.

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

Color convert

RGB210166183-
CMYK00.210.130.18
HSL336.82º32.84%73.73%-
HSV(B)336.82º20.95%82.35%-
XYZ48.7644.3950.8-
YUV181.09129.08148.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 166 (65.23% from 255) = 29.70%
BLUE value IS 183 (71.88% from 255) = 32.74%
R=37.57%
G=29.70%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016618300.210.130.18336.8232.8473.73
HexD2A6B7015D12151214a
Octal322246267025152252141112
Binary1101001010100110101101110101011101100101010100011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A6B7; }

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

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

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

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

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

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

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

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