Html Css Color HEX #D1A2BB Lily

📋 copy color: '#D1A2BB'

red 209 ◦ green 162 ◦ blue 187

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

Shades of Lily #D1A2BB

Tints of Lily #D1A2BB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.03%

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

R = 37.46%
G = 29.03%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D1A2BB (or 0xD1A2BB) is known color: Lily. HEX triplet: D1, A2 and BB. RGB value is (209,162,187). Sum of RGB (Red+Green+Blue) = 209+162+187=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A2BB is #2E5D44. Grayscale: #B2B2B2. Windows color (decimal): -3038533 or 12296913. OLE color: 12296913.

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

Color convert

RGB 209 162 187 -
CMYK 0 0.22 0.11 0.18
HSL 328.09º 0.34% 0.73% -
HSV(B) 328.09º 0.22% 0.82% -
XYZ 48.18 42.98 52.77 -
YUV 178.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 209 162 187 0 0.22 0.11 0.18 328.09 0.34 0.73
Hex D1 A2 BB 0 16 B 12 148 22 49
Octal 321 242 273 0 26 13 22 510 42 111
Binary 11010001 10100010 10111011 0 10110 1011 10010 101001000 100010 1001001

Color Harmonies of #D1A2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A2BB

Black with #D1A2BB

Text Example


Text Example

White with #D1A2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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