Shades of Maverick #D5ABCB
Tints of Maverick #D5ABCB
RGB
CMYK
RGB Variations
Color information
#D5ABCB (or 0xD5ABCB) is known color: Maverick. HEX triplet: D5, AB and CB. RGB value is (213,171,203). Sum of RGB (Red+Green+Blue) = 213+171+203=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABCB is #2A5434. Grayscale: #BBBBBB. Windows color (decimal): -2774069 or 13347797. OLE color: 13347797.
HSL color Cylindrical-coordinate representation of color #D5ABCB: hue angle of 314.29º 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 #D5ABCB is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 203 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.16 |
| HSL | 314.29º | 0.33% | 0.75% | - |
| HSV(B) | 314.29º | 0.2% | 0.84% | - |
| XYZ | 52.78 | 47.58 | 62.9 | - |
| YUV | 187.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 203 | 0 | 0.20 | 0.05 | 0.16 | 314.29 | 0.33 | 0.75 |
| Hex | D5 | AB | CB | 0 | 14 | 5 | 10 | 13A | 21 | 4B |
| Octal | 325 | 253 | 313 | 0 | 24 | 5 | 20 | 472 | 41 | 113 |
| Binary | 11010101 | 10101011 | 11001011 | 0 | 10100 | 101 | 10000 | 100111010 | 100001 | 1001011 |
Color Harmonies of #D5ABCB
Complementary color
Monochromatic Colors of #D5ABCB
Black with #D5ABCB
Text Example
Text Example
White with #D5ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ABCB; }
p { color: rgb(213,171,203); }
H1.HeaderClassName
{
color: #D5ABCB;
}
.AnyTagClassName
{
color: #D5ABCB;
}
</style>
background-color css
<style>
a { background-color: #D5ABCB; }
a { background-color: rgb(213,171,203); }
div.DivClassName
{
background-color: #D5ABCB;
}
.BgClassName
{
background-color: #D5ABCB;
}
</style>
border-color css
<style>
span { border-color: #D5ABCB; }
span { border-color: rgb(213,171,203); }
td.TdClassName
{
border-color: #D5ABCB;
}
.TagClassName
{
border-color: #D5ABCB;
}
</style>