Shades of Maverick #D0B3C7
Tints of Maverick #D0B3C7
RGB
CMYK
RGB Variations
Color information
#D0B3C7 (or 0xD0B3C7) is known color: Maverick. HEX triplet: D0, B3 and C7. RGB value is (208,179,199). Sum of RGB (Red+Green+Blue) = 208+179+199=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 199 (78.12% from 255 or 33.96% from 586); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B3C7 is #2F4C38. Grayscale: #BDBDBD. Windows color (decimal): -3099705 or 13087696. OLE color: 13087696.
HSL color Cylindrical-coordinate representation of color #D0B3C7: hue angle of 318.62º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0B3C7 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 179 | 199 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.18 |
| HSL | 318.62º | 0.24% | 0.76% | - |
| HSV(B) | 318.62º | 0.14% | 0.82% | - |
| XYZ | 52.44 | 49.77 | 60.88 | - |
| YUV | 189.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 179 | 199 | 0 | 0.14 | 0.04 | 0.18 | 318.62 | 0.24 | 0.76 |
| Hex | D0 | B3 | C7 | 0 | E | 4 | 12 | 13F | 18 | 4C |
| Octal | 320 | 263 | 307 | 0 | 16 | 4 | 22 | 477 | 30 | 114 |
| Binary | 11010000 | 10110011 | 11000111 | 0 | 1110 | 100 | 10010 | 100111111 | 11000 | 1001100 |
Color Harmonies of #D0B3C7
Complementary color
Monochromatic Colors of #D0B3C7
Black with #D0B3C7
Text Example
Text Example
White with #D0B3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B3C7; }
p { color: rgb(208,179,199); }
H1.HeaderClassName
{
color: #D0B3C7;
}
.AnyTagClassName
{
color: #D0B3C7;
}
</style>
background-color css
<style>
a { background-color: #D0B3C7; }
a { background-color: rgb(208,179,199); }
div.DivClassName
{
background-color: #D0B3C7;
}
.BgClassName
{
background-color: #D0B3C7;
}
</style>
border-color css
<style>
span { border-color: #D0B3C7; }
span { border-color: rgb(208,179,199); }
td.TdClassName
{
border-color: #D0B3C7;
}
.TagClassName
{
border-color: #D0B3C7;
}
</style>