#D3A0BD

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

Shades of Lily #D3A0BD

Tints of Lily #D3A0BD

Color information

#D3A0BD (or 0xD3A0BD) is unknown color: approx Lily. HEX triplet: D3, A0 and BD. RGB value is (211,160,189). Sum of RGB (Red+Green+Blue) = 211+160+189=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A0BD is #2C5F42. Grayscale: #B2B2B2. Windows color (decimal): -2907971 or 12427475. OLE color: 12427475.

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

Color convert

RGB211160189-
CMYK00.240.100.17
HSL325.88º36.69%72.75%-
HSV(B)325.88º24.17%82.75%-
XYZ48.6242.6653.82-
YUV178.55133.9151.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.68%
GREEN value IS 160 (62.89% from 255) = 28.57%
BLUE value IS 189 (74.22% from 255) = 33.75%
R=37.68%
G=28.57%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116018900.240.100.17325.8836.6972.75
HexD3A0BD018A111462549
Octal323240275030122150645111
Binary1101001110100000101111010110001010100011010001101001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A0BD; }

 p { color: rgb(211,160,189); }

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

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

 a { background-color: rgb(211,160,189); }

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

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

 span { border-color: rgb(211,160,189); }

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