Shades of Maverick #D0B8C6
Tints of Maverick #D0B8C6
RGB
CMYK
RGB Variations
Color information
#D0B8C6 (or 0xD0B8C6) is known color: Maverick. HEX triplet: D0, B8 and C6. RGB value is (208,184,198). Sum of RGB (Red+Green+Blue) = 208+184+198=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B8C6 is #2F4739. Grayscale: #C0C0C0. Windows color (decimal): -3098426 or 13023440. OLE color: 13023440.
HSL color Cylindrical-coordinate representation of color #D0B8C6: hue angle of 325º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0B8C6 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 184 | 198 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.18 |
| HSL | 325º | 0.2% | 0.77% | - |
| HSV(B) | 325º | 0.12% | 0.82% | - |
| XYZ | 53.35 | 51.77 | 60.61 | - |
| YUV | 192.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 184 | 198 | 0 | 0.12 | 0.05 | 0.18 | 325 | 0.2 | 0.77 |
| Hex | D0 | B8 | C6 | 0 | C | 5 | 12 | 145 | 14 | 4D |
| Octal | 320 | 270 | 306 | 0 | 14 | 5 | 22 | 505 | 24 | 115 |
| Binary | 11010000 | 10111000 | 11000110 | 0 | 1100 | 101 | 10010 | 101000101 | 10100 | 1001101 |
Color Harmonies of #D0B8C6
Complementary color
Monochromatic Colors of #D0B8C6
Black with #D0B8C6
Text Example
Text Example
White with #D0B8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B8C6; }
p { color: rgb(208,184,198); }
H1.HeaderClassName
{
color: #D0B8C6;
}
.AnyTagClassName
{
color: #D0B8C6;
}
</style>
background-color css
<style>
a { background-color: #D0B8C6; }
a { background-color: rgb(208,184,198); }
div.DivClassName
{
background-color: #D0B8C6;
}
.BgClassName
{
background-color: #D0B8C6;
}
</style>
border-color css
<style>
span { border-color: #D0B8C6; }
span { border-color: rgb(208,184,198); }
td.TdClassName
{
border-color: #D0B8C6;
}
.TagClassName
{
border-color: #D0B8C6;
}
</style>