Shades of Maverick #D0BAC8
Tints of Maverick #D0BAC8
RGB
CMYK
RGB Variations
Color information
#D0BAC8 (or 0xD0BAC8) is known color: Maverick. HEX triplet: D0, BA and C8. RGB value is (208,186,200). Sum of RGB (Red+Green+Blue) = 208+186+200=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BAC8 is #2F4537. Grayscale: #C2C2C2. Windows color (decimal): -3097912 or 13155024. OLE color: 13155024.
HSL color Cylindrical-coordinate representation of color #D0BAC8: hue angle of 321.82º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0BAC8 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 200 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.18 |
| HSL | 321.82º | 0.19% | 0.77% | - |
| HSV(B) | 321.82º | 0.11% | 0.82% | - |
| XYZ | 54 | 52.7 | 61.97 | - |
| YUV | 194.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 200 | 0 | 0.11 | 0.04 | 0.18 | 321.82 | 0.19 | 0.77 |
| Hex | D0 | BA | C8 | 0 | B | 4 | 12 | 142 | 13 | 4D |
| Octal | 320 | 272 | 310 | 0 | 13 | 4 | 22 | 502 | 23 | 115 |
| Binary | 11010000 | 10111010 | 11001000 | 0 | 1011 | 100 | 10010 | 101000010 | 10011 | 1001101 |
Color Harmonies of #D0BAC8
Complementary color
Monochromatic Colors of #D0BAC8
Black with #D0BAC8
Text Example
Text Example
White with #D0BAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAC8; }
p { color: rgb(208,186,200); }
H1.HeaderClassName
{
color: #D0BAC8;
}
.AnyTagClassName
{
color: #D0BAC8;
}
</style>
background-color css
<style>
a { background-color: #D0BAC8; }
a { background-color: rgb(208,186,200); }
div.DivClassName
{
background-color: #D0BAC8;
}
.BgClassName
{
background-color: #D0BAC8;
}
</style>
border-color css
<style>
span { border-color: #D0BAC8; }
span { border-color: rgb(208,186,200); }
td.TdClassName
{
border-color: #D0BAC8;
}
.TagClassName
{
border-color: #D0BAC8;
}
</style>