#D1A5BA

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

Shades of Lily #D1A5BA

Tints of Lily #D1A5BA

Color information

#D1A5BA (or 0xD1A5BA) is unknown color: approx Lily. HEX triplet: D1, A5 and BA. RGB value is (209,165,186). Sum of RGB (Red+Green+Blue) = 209+165+186=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A5BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A5BA is #2E5A45. Grayscale: #B4B4B4. Windows color (decimal): -3037766 or 12232145. OLE color: 12232145.

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

Color convert

RGB209165186-
CMYK00.210.110.18
HSL331.36º32.35%73.33%-
HSV(B)331.36º21.05%81.96%-
XYZ48.6144.0152.39-
YUV180.55131.08148.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.32%
GREEN value IS 165 (64.84% from 255) = 29.46%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=37.32%
G=29.46%
B=33.21%

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
Decimal20916518600.210.110.18331.3632.3573.33
HexD1A5BA015B1214b2049
Octal321245272025132251340111
Binary1101000110100101101110100101011011100101010010111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A5BA; }

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

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

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

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

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

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

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

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