Html Css Color HEX #D1A6B6 Lily

📋 copy color: '#D1A6B6'

red 209 ◦ green 166 ◦ blue 182

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

Shades of Lily #D1A6B6

Tints of Lily #D1A6B6

RGB

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

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

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

R = 37.52%
G = 29.8%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D1A6B6 (or 0xD1A6B6) is known color: Lily. HEX triplet: D1, A6 and B6. RGB value is (209,166,182). Sum of RGB (Red+Green+Blue) = 209+166+182=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A6B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A6B6 is #2E5949. Grayscale: #B4B4B4. Windows color (decimal): -3037514 or 11970257. OLE color: 11970257.

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

Color convert

RGB 209 166 182 -
CMYK 0 0.21 0.13 0.18
HSL 337.67º 0.32% 0.74% -
HSV(B) 337.67º 0.21% 0.82% -
XYZ 48.37 44.21 50.24 -
YUV 180.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 209 166 182 0 0.21 0.13 0.18 337.67 0.32 0.74
Hex D1 A6 B6 0 15 D 12 152 20 4A
Octal 321 246 266 0 25 15 22 522 40 112
Binary 11010001 10100110 10110110 0 10101 1101 10010 101010010 100000 1001010

Color Harmonies of #D1A6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A6B6

Black with #D1A6B6

Text Example


Text Example

White with #D1A6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A6B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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