#D3A5BA

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

Shades of Lily #D3A5BA

Tints of Lily #D3A5BA

Color information

#D3A5BA (or 0xD3A5BA) is unknown color: approx Lily. HEX triplet: D3, A5 and BA. RGB value is (211,165,186). Sum of RGB (Red+Green+Blue) = 211+165+186=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A5BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A5BA is #2C5A45. Grayscale: #B5B5B5. Windows color (decimal): -2906694 or 12232147. OLE color: 12232147.

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

Color convert

RGB211165186-
CMYK00.220.120.17
HSL332.61º34.33%73.73%-
HSV(B)332.61º21.8%82.75%-
XYZ49.1844.352.41-
YUV181.15130.74149.29-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.54%
GREEN value IS 165 (64.84% from 255) = 29.36%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=37.54%
G=29.36%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116518600.220.120.17332.6134.3373.73
HexD3A5BA016C1114d224a
Octal323245272026142151542112
Binary1101001110100101101110100101101100100011010011011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A5BA; }

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

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

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

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

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

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

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

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