Html Css Color HEX #D1A2B6 Lily

📋 copy color: '#D1A2B6'

red 209 ◦ green 162 ◦ blue 182

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

Shades of Lily #D1A2B6

Tints of Lily #D1A2B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.91%

R = 37.79%
G = 29.29%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D1A2B6 (or 0xD1A2B6) is known color: Lily. HEX triplet: D1, A2 and B6. RGB value is (209,162,182). Sum of RGB (Red+Green+Blue) = 209+162+182=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A2B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A2B6 is #2E5D49. Grayscale: #B2B2B2. Windows color (decimal): -3038538 or 11969233. OLE color: 11969233.

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

Color convert

RGB 209 162 182 -
CMYK 0 0.22 0.13 0.18
HSL 334.47º 0.34% 0.73% -
HSV(B) 334.47º 0.22% 0.82% -
XYZ 47.66 42.77 50 -
YUV 178.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 209 162 182 0 0.22 0.13 0.18 334.47 0.34 0.73
Hex D1 A2 B6 0 16 D 12 14E 22 49
Octal 321 242 266 0 26 15 22 516 42 111
Binary 11010001 10100010 10110110 0 10110 1101 10010 101001110 100010 1001001

Color Harmonies of #D1A2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A2B6

Black with #D1A2B6

Text Example


Text Example

White with #D1A2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A2B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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