#D2A6BA

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

Shades of Lily #D2A6BA

Tints of Lily #D2A6BA

Color information

#D2A6BA (or 0xD2A6BA) is unknown color: approx Lily. HEX triplet: D2, A6 and BA. RGB value is (210,166,186). Sum of RGB (Red+Green+Blue) = 210+166+186=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A6BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A6BA is #2D5945. Grayscale: #B5B5B5. Windows color (decimal): -2971974 or 12232402. OLE color: 12232402.

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

Color convert

RGB210166186-
CMYK00.210.110.18
HSL332.73º32.84%73.73%-
HSV(B)332.73º20.95%82.35%-
XYZ49.0844.5252.46-
YUV181.44130.58148.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.37%
GREEN value IS 166 (65.23% from 255) = 29.54%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=37.37%
G=29.54%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016618600.210.110.18332.7332.8473.73
HexD2A6BA015B1214d214a
Octal322246272025132251541112
Binary1101001010100110101110100101011011100101010011011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A6BA; }

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

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

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

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

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

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

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

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