#D1ABBF

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

Shades of Maverick #D1ABBF

Tints of Maverick #D1ABBF

Color information

#D1ABBF (or 0xD1ABBF) is unknown color: approx Maverick. HEX triplet: D1, AB and BF. RGB value is (209,171,191). Sum of RGB (Red+Green+Blue) = 209+171+191=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABBF is #2E5440. Grayscale: #B8B8B8. Windows color (decimal): -3036225 or 12561361. OLE color: 12561361.

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

Color convert

RGB209171191-
CMYK00.180.090.18
HSL328.42º29.23%74.51%-
HSV(B)328.42º18.18%81.96%-
XYZ50.2646.4455.61-
YUV184.64131.59145.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.60%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 191 (75% from 255) = 33.45%
R=36.60%
G=29.95%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917119100.180.090.18328.4229.2374.51
HexD1ABBF0129121481d4b
Octal321253277022112251035113
Binary110100011010101110111111010010100110010101001000111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ABBF; }

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

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

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

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

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

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

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

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