Shades of Maverick #D0BBC8
Tints of Maverick #D0BBC8
RGB
CMYK
RGB Variations
Color information
#D0BBC8 (or 0xD0BBC8) is known color: Maverick. HEX triplet: D0, BB and C8. RGB value is (208,187,200). Sum of RGB (Red+Green+Blue) = 208+187+200=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBC8 is #2F4437. Grayscale: #C2C2C2. Windows color (decimal): -3097656 or 13155280. OLE color: 13155280.
HSL color Cylindrical-coordinate representation of color #D0BBC8: hue angle of 322.86º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0BBC8 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 187 | 200 | - |
CMYK | 0 | 0.10 | 0.04 | 0.18 |
HSL | 322.86º | 0.18% | 0.77% | - |
HSV(B) | 322.86º | 0.1% | 0.82% | - |
XYZ | 54.21 | 53.12 | 62.04 | - |
YUV | 194.76 | 130.96 | 137.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 187 | 200 | 0 | 0.10 | 0.04 | 0.18 | 322.86 | 0.18 | 0.77 |
Hex | D0 | BB | C8 | 0 | A | 4 | 12 | 143 | 12 | 4D |
Octal | 320 | 273 | 310 | 0 | 12 | 4 | 22 | 503 | 22 | 115 |
Binary | 11010000 | 10111011 | 11001000 | 0 | 1010 | 100 | 10010 | 101000011 | 10010 | 1001101 |
Color Harmonies of #D0BBC8
Complementary color
Monochromatic Colors of #D0BBC8
Black with #D0BBC8
Text Example
Text Example
White with #D0BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BBC8; }
p { color: rgb(208,187,200); }
H1.HeaderClassName
{
color: #D0BBC8;
}
.AnyTagClassName
{
color: #D0BBC8;
}
</style>
background-color css
<style>
a { background-color: #D0BBC8; }
a { background-color: rgb(208,187,200); }
div.DivClassName
{
background-color: #D0BBC8;
}
.BgClassName
{
background-color: #D0BBC8;
}
</style>
border-color css
<style>
span { border-color: #D0BBC8; }
span { border-color: rgb(208,187,200); }
td.TdClassName
{
border-color: #D0BBC8;
}
.TagClassName
{
border-color: #D0BBC8;
}
</style>