Html Css Color HEX #D1A6BA Lily

📋 copy color: '#D1A6BA'

red 209 ◦ green 166 ◦ blue 186

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

Shades of Lily #D1A6BA

Tints of Lily #D1A6BA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.59%

 BLUE value IS 186 (73.05% from 255) = 33.16%

R = 37.25%
G = 29.59%
B = 33.16%

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

#D1A6BA (or 0xD1A6BA) is known color: Lily. HEX triplet: D1, A6 and BA. RGB value is (209,166,186). Sum of RGB (Red+Green+Blue) = 209+166+186=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A6BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A6BA is #2E5945. Grayscale: #B5B5B5. Windows color (decimal): -3037510 or 12232401. OLE color: 12232401.

HSL color Cylindrical-coordinate representation of color #D1A6BA: hue angle of 332.09º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1A6BA is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 166 186 -
CMYK 0 0.21 0.11 0.18
HSL 332.09º 0.32% 0.74% -
HSV(B) 332.09º 0.21% 0.82% -
XYZ 48.79 44.37 52.45 -
YUV 181.14 130.75 147.87 -
System Red Green Blue C M Y K H S L
Decimal 209 166 186 0 0.21 0.11 0.18 332.09 0.32 0.74
Hex D1 A6 BA 0 15 B 12 14C 20 4A
Octal 321 246 272 0 25 13 22 514 40 112
Binary 11010001 10100110 10111010 0 10101 1011 10010 101001100 100000 1001010

Color Harmonies of #D1A6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A6BA

Black with #D1A6BA

Text Example


Text Example

White with #D1A6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A6BA; }

 p { color: rgb(209,166,186); }

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

background-color css

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

 a { background-color: rgb(209,166,186); }

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

border-color css

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

 span { border-color: rgb(209,166,186); }

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