#D1ABC7

Color #D1ABC7 Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #D1ABC7

Tints of Maverick #D1ABC7

Color information

#D1ABC7 (or 0xD1ABC7) is unknown color: approx Maverick. HEX triplet: D1, AB and C7. RGB value is (209,171,199). Sum of RGB (Red+Green+Blue) = 209+171+199=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABC7 is #2E5438. Grayscale: #B9B9B9. Windows color (decimal): -3036217 or 13085649. OLE color: 13085649.

HSL color Cylindrical-coordinate representation of color #D1ABC7: hue angle of 315.79º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1ABC7 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB209171199-
CMYK00.180.050.18
HSL315.79º29.23%74.51%-
HSV(B)315.79º18.18%81.96%-
XYZ51.1746.860.37-
YUV185.55135.59144.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.10%
GREEN value IS 171 (67.19% from 255) = 29.53%
BLUE value IS 199 (78.12% from 255) = 34.37%
R=36.10%
G=29.53%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917119900.180.050.18315.7929.2374.51
HexD1ABC701251213c1d4b
Octal32125330702252247435113
Binary11010001101010111100011101001010110010100111100111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ABC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ABC7; }

 p { color: rgb(209,171,199); }

 H1.HeaderClassName
 {
   color: #D1ABC7;
 }
 .AnyTagClassName
 {
   color: #D1ABC7;
 }
</style>
background-color css

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

 a { background-color: rgb(209,171,199); }

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

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

 span { border-color: rgb(209,171,199); }

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