Shades of Maverick #D8ABCC
Tints of Maverick #D8ABCC
RGB
CMYK
RGB Variations
Color information
#D8ABCC (or 0xD8ABCC) is known color: Maverick. HEX triplet: D8, AB and CC. RGB value is (216,171,204). Sum of RGB (Red+Green+Blue) = 216+171+204=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABCC is #275433. Grayscale: #BCBCBC. Windows color (decimal): -2577460 or 13413336. OLE color: 13413336.
HSL color Cylindrical-coordinate representation of color #D8ABCC: hue angle of 316º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8ABCC is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 204 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.15 |
| HSL | 316º | 0.37% | 0.76% | - |
| HSV(B) | 316º | 0.21% | 0.85% | - |
| XYZ | 53.78 | 48.08 | 63.57 | - |
| YUV | 188.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 204 | 0 | 0.21 | 0.06 | 0.15 | 316 | 0.37 | 0.76 |
| Hex | D8 | AB | CC | 0 | 15 | 6 | F | 13C | 25 | 4C |
| Octal | 330 | 253 | 314 | 0 | 25 | 6 | 17 | 474 | 45 | 114 |
| Binary | 11011000 | 10101011 | 11001100 | 0 | 10101 | 110 | 1111 | 100111100 | 100101 | 1001100 |
Color Harmonies of #D8ABCC
Complementary color
Monochromatic Colors of #D8ABCC
Black with #D8ABCC
Text Example
Text Example
White with #D8ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ABCC; }
p { color: rgb(216,171,204); }
H1.HeaderClassName
{
color: #D8ABCC;
}
.AnyTagClassName
{
color: #D8ABCC;
}
</style>
background-color css
<style>
a { background-color: #D8ABCC; }
a { background-color: rgb(216,171,204); }
div.DivClassName
{
background-color: #D8ABCC;
}
.BgClassName
{
background-color: #D8ABCC;
}
</style>
border-color css
<style>
span { border-color: #D8ABCC; }
span { border-color: rgb(216,171,204); }
td.TdClassName
{
border-color: #D8ABCC;
}
.TagClassName
{
border-color: #D8ABCC;
}
</style>