#D1A4BA

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

Shades of Lily #D1A4BA

Tints of Lily #D1A4BA

Color information

#D1A4BA (or 0xD1A4BA) is unknown color: approx Lily. HEX triplet: D1, A4 and BA. RGB value is (209,164,186). Sum of RGB (Red+Green+Blue) = 209+164+186=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A4BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A4BA is #2E5B45. Grayscale: #B3B3B3. Windows color (decimal): -3038022 or 12231889. OLE color: 12231889.

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

Color convert

RGB209164186-
CMYK00.220.110.18
HSL330.67º32.85%73.14%-
HSV(B)330.67º21.53%81.96%-
XYZ48.4343.6552.33-
YUV179.96131.41148.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.39%
GREEN value IS 164 (64.45% from 255) = 29.34%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=37.39%
G=29.34%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916418600.220.110.18330.6732.8573.14
HexD1A4BA016B1214b2149
Octal321244272026132251341111
Binary1101000110100100101110100101101011100101010010111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A4BA; }

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

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

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

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

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

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

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

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