Html Css Color HEX #D1A1BA Lily

📋 copy color: '#D1A1BA'

red 209 ◦ green 161 ◦ blue 186

#D1A1BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #D1A1BA

Tints of Lily #D1A1BA

RGB

 RED value IS 209 (82.03% from 255) = 37.59%

 GREEN value IS 161 (63.28% from 255) = 28.96%

 BLUE value IS 186 (73.05% from 255) = 33.45%

R = 37.59%
G = 28.96%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D1A1BA (or 0xD1A1BA) is known color: Lily. HEX triplet: D1, A1 and BA. RGB value is (209,161,186). Sum of RGB (Red+Green+Blue) = 209+161+186=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A1BA is #2E5E45. Grayscale: #B2B2B2. Windows color (decimal): -3038790 or 12231121. OLE color: 12231121.

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

Color convert

RGB 209 161 186 -
CMYK 0 0.23 0.11 0.18
HSL 328.75º 0.34% 0.73% -
HSV(B) 328.75º 0.23% 0.82% -
XYZ 47.9 42.59 52.15 -
YUV 178.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 209 161 186 0 0.23 0.11 0.18 328.75 0.34 0.73
Hex D1 A1 BA 0 17 B 12 149 22 49
Octal 321 241 272 0 27 13 22 511 42 111
Binary 11010001 10100001 10111010 0 10111 1011 10010 101001001 100010 1001001

Color Harmonies of #D1A1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A1BA

Black with #D1A1BA

Text Example


Text Example

White with #D1A1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A1BA; }

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

 H1.HeaderClassName
 {
   color: #D1A1BA;
 }
 .AnyTagClassName
 {
   color: #D1A1BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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