#D3A1BB

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

Shades of Lily #D3A1BB

Tints of Lily #D3A1BB

Color information

#D3A1BB (or 0xD3A1BB) is unknown color: approx Lily. HEX triplet: D3, A1 and BB. RGB value is (211,161,187). Sum of RGB (Red+Green+Blue) = 211+161+187=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A1BB is #2C5E44. Grayscale: #B2B2B2. Windows color (decimal): -2907717 or 12296659. OLE color: 12296659.

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

Color convert

RGB211161187-
CMYK00.240.110.17
HSL328.8º36.23%72.94%-
HSV(B)328.8º23.7%82.75%-
XYZ48.5842.9352.74-
YUV178.91132.56150.89-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.75%
GREEN value IS 161 (63.28% from 255) = 28.80%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=37.75%
G=28.80%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116118700.240.110.17328.836.2372.94
HexD3A1BB018B111492449
Octal323241273030132151144111
Binary1101001110100001101110110110001011100011010010011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A1BB; }

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

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

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

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

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

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

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

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