Html Css Color HEX #D1A5BB Lily

📋 copy color: '#D1A5BB'

red 209 ◦ green 165 ◦ blue 187

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

Shades of Lily #D1A5BB

Tints of Lily #D1A5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.33%

R = 37.25%
G = 29.41%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D1A5BB (or 0xD1A5BB) is known color: Lily. HEX triplet: D1, A5 and BB. RGB value is (209,165,187). Sum of RGB (Red+Green+Blue) = 209+165+187=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A5BB is #2E5A44. Grayscale: #B4B4B4. Windows color (decimal): -3037765 or 12297681. OLE color: 12297681.

HSL color Cylindrical-coordinate representation of color #D1A5BB: hue angle of 330º 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 #D1A5BB is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 165 187 -
CMYK 0 0.21 0.11 0.18
HSL 330º 0.32% 0.73% -
HSV(B) 330º 0.21% 0.82% -
XYZ 48.72 44.05 52.95 -
YUV 180.66 131.58 148.21 -
System Red Green Blue C M Y K H S L
Decimal 209 165 187 0 0.21 0.11 0.18 330 0.32 0.73
Hex D1 A5 BB 0 15 B 12 14A 20 49
Octal 321 245 273 0 25 13 22 512 40 111
Binary 11010001 10100101 10111011 0 10101 1011 10010 101001010 100000 1001001

Color Harmonies of #D1A5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A5BB

Black with #D1A5BB

Text Example


Text Example

White with #D1A5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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