Html Css Color HEX #D1A0BD Lily

📋 copy color: '#D1A0BD'

red 209 ◦ green 160 ◦ blue 189

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

Shades of Lily #D1A0BD

Tints of Lily #D1A0BD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.67%

 BLUE value IS 189 (74.22% from 255) = 33.87%

R = 37.46%
G = 28.67%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D1A0BD (or 0xD1A0BD) is known color: Lily. HEX triplet: D1, A0 and BD. RGB value is (209,160,189). Sum of RGB (Red+Green+Blue) = 209+160+189=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A0BD is #2E5F42. Grayscale: #B1B1B1. Windows color (decimal): -3039043 or 12427473. OLE color: 12427473.

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

Color convert

RGB 209 160 189 -
CMYK 0 0.23 0.10 0.18
HSL 324.49º 0.35% 0.72% -
HSV(B) 324.49º 0.23% 0.82% -
XYZ 48.05 42.37 53.79 -
YUV 177.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 209 160 189 0 0.23 0.10 0.18 324.49 0.35 0.72
Hex D1 A0 BD 0 17 A 12 144 23 48
Octal 321 240 275 0 27 12 22 504 43 110
Binary 11010001 10100000 10111101 0 10111 1010 10010 101000100 100011 1001000

Color Harmonies of #D1A0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A0BD

Black with #D1A0BD

Text Example


Text Example

White with #D1A0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A0BD; }

 p { color: rgb(209,160,189); }

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

background-color css

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

 a { background-color: rgb(209,160,189); }

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

border-color css

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

 span { border-color: rgb(209,160,189); }

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