#D1A6BA

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

Shades of Lily #D1A6BA

Tints of Lily #D1A6BA

Color information

#D1A6BA (or 0xD1A6BA) is unknown color: approx Lily. HEX triplet: D1, A6 and BA. RGB value is (209,166,186). Sum of RGB (Red+Green+Blue) = 209+166+186=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A6BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A6BA is #2E5945. Grayscale: #B5B5B5. Windows color (decimal): -3037510 or 12232401. OLE color: 12232401.

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

Color convert

RGB209166186-
CMYK00.210.110.18
HSL332.09º31.85%73.53%-
HSV(B)332.09º20.57%81.96%-
XYZ48.7944.3752.45-
YUV181.14130.75147.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.25%
GREEN value IS 166 (65.23% from 255) = 29.59%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=37.25%
G=29.59%
B=33.16%

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
Decimal20916618600.210.110.18332.0931.8573.53
HexD1A6BA015B1214c204a
Octal321246272025132251440112
Binary1101000110100110101110100101011011100101010011001000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A6BA; }

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

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

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

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

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

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

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

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