#D1ABBD

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

Shades of Maverick #D1ABBD

Tints of Maverick #D1ABBD

Color information

#D1ABBD (or 0xD1ABBD) is unknown color: approx Maverick. HEX triplet: D1, AB and BD. RGB value is (209,171,189). Sum of RGB (Red+Green+Blue) = 209+171+189=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABBD is #2E5442. Grayscale: #B8B8B8. Windows color (decimal): -3036227 or 12430289. OLE color: 12430289.

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

Color convert

RGB209171189-
CMYK00.180.100.18
HSL331.58º29.23%74.51%-
HSV(B)331.58º18.18%81.96%-
XYZ50.0446.3654.45-
YUV184.41130.59145.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.73%
GREEN value IS 171 (67.19% from 255) = 30.05%
BLUE value IS 189 (74.22% from 255) = 33.22%
R=36.73%
G=30.05%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917118900.180.100.18331.5829.2374.51
HexD1ABBD012A1214c1d4b
Octal321253275022122251435113
Binary110100011010101110111101010010101010010101001100111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ABBD; }

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

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

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

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

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

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

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

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