#D3A1BA

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

Shades of Lily #D3A1BA

Tints of Lily #D3A1BA

Color information

#D3A1BA (or 0xD3A1BA) is unknown color: approx Lily. HEX triplet: D3, A1 and BA. RGB value is (211,161,186). Sum of RGB (Red+Green+Blue) = 211+161+186=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A1BA is #2C5E45. Grayscale: #B2B2B2. Windows color (decimal): -2907718 or 12231123. OLE color: 12231123.

HSL color Cylindrical-coordinate representation of color #D3A1BA: hue angle of 330º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3A1BA is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB211161186-
CMYK00.240.120.17
HSL330º36.23%72.94%-
HSV(B)330º23.7%82.75%-
XYZ48.4742.8852.18-
YUV178.8132.06150.97-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.81%
GREEN value IS 161 (63.28% from 255) = 28.85%
BLUE value IS 186 (73.05% from 255) = 33.33%
R=37.81%
G=28.85%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116118600.240.120.1733036.2372.94
HexD3A1BA018C1114a2449
Octal323241272030142151244111
Binary1101001110100001101110100110001100100011010010101001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A1BA; }

 p { color: rgb(211,161,186); }

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

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

 a { background-color: rgb(211,161,186); }

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

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

 span { border-color: rgb(211,161,186); }

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