#D1ABC5

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

Shades of Maverick #D1ABC5

Tints of Maverick #D1ABC5

Color information

#D1ABC5 (or 0xD1ABC5) is unknown color: approx Maverick. HEX triplet: D1, AB and C5. RGB value is (209,171,197). Sum of RGB (Red+Green+Blue) = 209+171+197=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABC5 is #2E543A. Grayscale: #B9B9B9. Windows color (decimal): -3036219 or 12954577. OLE color: 12954577.

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

Color convert

RGB209171197-
CMYK00.180.060.18
HSL318.95º29.23%74.51%-
HSV(B)318.95º18.18%81.96%-
XYZ50.9446.7159.16-
YUV185.33134.59144.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.22%
GREEN value IS 171 (67.19% from 255) = 29.64%
BLUE value IS 197 (77.34% from 255) = 34.14%
R=36.22%
G=29.64%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917119700.180.060.18318.9529.2374.51
HexD1ABC501261213f1d4b
Octal32125330502262247735113
Binary11010001101010111100010101001011010010100111111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ABC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ABC5; }

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

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

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

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

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

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

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

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