Html Css Color HEX #D1A2BC Lily

📋 copy color: '#D1A2BC'

red 209 ◦ green 162 ◦ blue 188

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

Shades of Lily #D1A2BC

Tints of Lily #D1A2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.63%

R = 37.39%
G = 28.98%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D1A2BC (or 0xD1A2BC) is known color: Lily. HEX triplet: D1, A2 and BC. RGB value is (209,162,188). Sum of RGB (Red+Green+Blue) = 209+162+188=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A2BC is #2E5D43. Grayscale: #B2B2B2. Windows color (decimal): -3038532 or 12362449. OLE color: 12362449.

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

Color convert

RGB 209 162 188 -
CMYK 0 0.22 0.10 0.18
HSL 326.81º 0.34% 0.73% -
HSV(B) 326.81º 0.22% 0.82% -
XYZ 48.29 43.03 53.34 -
YUV 179.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 209 162 188 0 0.22 0.10 0.18 326.81 0.34 0.73
Hex D1 A2 BC 0 16 A 12 147 22 49
Octal 321 242 274 0 26 12 22 507 42 111
Binary 11010001 10100010 10111100 0 10110 1010 10010 101000111 100010 1001001

Color Harmonies of #D1A2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A2BC

Black with #D1A2BC

Text Example


Text Example

White with #D1A2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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