#D1A2BA

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

Shades of Lily #D1A2BA

Tints of Lily #D1A2BA

Color information

#D1A2BA (or 0xD1A2BA) is unknown color: approx Lily. HEX triplet: D1, A2 and BA. RGB value is (209,162,186). Sum of RGB (Red+Green+Blue) = 209+162+186=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A2BA is #2E5D45. Grayscale: #B2B2B2. Windows color (decimal): -3038534 or 12231377. OLE color: 12231377.

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

Color convert

RGB209162186-
CMYK00.220.110.18
HSL329.36º33.81%72.75%-
HSV(B)329.36º22.49%81.96%-
XYZ48.0842.9452.21-
YUV178.79132.07149.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.52%
GREEN value IS 162 (63.67% from 255) = 29.08%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=37.52%
G=29.08%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916218600.220.110.18329.3633.8172.75
HexD1A2BA016B121492249
Octal321242272026132251142111
Binary1101000110100010101110100101101011100101010010011000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A2BA; }

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

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

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

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

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

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

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

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