Html Css Color HEX #D1A5B7 Lily

📋 copy color: '#D1A5B7'

red 209 ◦ green 165 ◦ blue 183

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

Shades of Lily #D1A5B7

Tints of Lily #D1A5B7

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.62%

 BLUE value IS 183 (71.88% from 255) = 32.85%

R = 37.52%
G = 29.62%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D1A5B7 (or 0xD1A5B7) is known color: Lily. HEX triplet: D1, A5 and B7. RGB value is (209,165,183). Sum of RGB (Red+Green+Blue) = 209+165+183=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A5B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A5B7 is #2E5A48. Grayscale: #B4B4B4. Windows color (decimal): -3037769 or 12035537. OLE color: 12035537.

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

Color convert

RGB 209 165 183 -
CMYK 0 0.21 0.12 0.18
HSL 335.45º 0.32% 0.73% -
HSV(B) 335.45º 0.21% 0.82% -
XYZ 48.3 43.88 50.72 -
YUV 180.21 129.58 148.54 -
System Red Green Blue C M Y K H S L
Decimal 209 165 183 0 0.21 0.12 0.18 335.45 0.32 0.73
Hex D1 A5 B7 0 15 C 12 14F 20 49
Octal 321 245 267 0 25 14 22 517 40 111
Binary 11010001 10100101 10110111 0 10101 1100 10010 101001111 100000 1001001

Color Harmonies of #D1A5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A5B7

Black with #D1A5B7

Text Example


Text Example

White with #D1A5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A5B7; }

 p { color: rgb(209,165,183); }

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

background-color css

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

 a { background-color: rgb(209,165,183); }

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

border-color css

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

 span { border-color: rgb(209,165,183); }

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