Shades of Maverick #D5ABBF
Tints of Maverick #D5ABBF
RGB
CMYK
RGB Variations
Color information
#D5ABBF (or 0xD5ABBF) is known color: Maverick. HEX triplet: D5, AB and BF. RGB value is (213,171,191). Sum of RGB (Red+Green+Blue) = 213+171+191=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABBF is #2A5440. Grayscale: #B9B9B9. Windows color (decimal): -2774081 or 12561365. OLE color: 12561365.
HSL color Cylindrical-coordinate representation of color #D5ABBF: hue angle of 331.43º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5ABBF is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 191 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.16 |
| HSL | 331.43º | 0.33% | 0.75% | - |
| HSV(B) | 331.43º | 0.2% | 0.84% | - |
| XYZ | 51.41 | 47.03 | 55.66 | - |
| YUV | 185.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 191 | 0 | 0.20 | 0.10 | 0.16 | 331.43 | 0.33 | 0.75 |
| Hex | D5 | AB | BF | 0 | 14 | A | 10 | 14B | 21 | 4B |
| Octal | 325 | 253 | 277 | 0 | 24 | 12 | 20 | 513 | 41 | 113 |
| Binary | 11010101 | 10101011 | 10111111 | 0 | 10100 | 1010 | 10000 | 101001011 | 100001 | 1001011 |
Color Harmonies of #D5ABBF
Complementary color
Monochromatic Colors of #D5ABBF
Black with #D5ABBF
Text Example
Text Example
White with #D5ABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ABBF; }
p { color: rgb(213,171,191); }
H1.HeaderClassName
{
color: #D5ABBF;
}
.AnyTagClassName
{
color: #D5ABBF;
}
</style>
background-color css
<style>
a { background-color: #D5ABBF; }
a { background-color: rgb(213,171,191); }
div.DivClassName
{
background-color: #D5ABBF;
}
.BgClassName
{
background-color: #D5ABBF;
}
</style>
border-color css
<style>
span { border-color: #D5ABBF; }
span { border-color: rgb(213,171,191); }
td.TdClassName
{
border-color: #D5ABBF;
}
.TagClassName
{
border-color: #D5ABBF;
}
</style>