#D1ABBB

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

Shades of Maverick #D1ABBB

Tints of Maverick #D1ABBB

Color information

#D1ABBB (or 0xD1ABBB) is unknown color: approx Maverick. HEX triplet: D1, AB and BB. RGB value is (209,171,187). Sum of RGB (Red+Green+Blue) = 209+171+187=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABBB is #2E5444. Grayscale: #B8B8B8. Windows color (decimal): -3036229 or 12299217. OLE color: 12299217.

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

Color convert

RGB209171187-
CMYK00.180.110.18
HSL334.74º29.23%74.51%-
HSV(B)334.74º18.18%81.96%-
XYZ49.8346.2753.32-
YUV184.19129.59145.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.86%
GREEN value IS 171 (67.19% from 255) = 30.16%
BLUE value IS 187 (73.44% from 255) = 32.98%
R=36.86%
G=30.16%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917118700.180.110.18334.7429.2374.51
HexD1ABBB012B1214f1d4b
Octal321253273022132251735113
Binary110100011010101110111011010010101110010101001111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ABBB; }

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

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

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

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

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

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

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

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