Shades of Maverick #D0B4CB
Tints of Maverick #D0B4CB
RGB
CMYK
RGB Variations
Color information
#D0B4CB (or 0xD0B4CB) is known color: Maverick. HEX triplet: D0, B4 and CB. RGB value is (208,180,203). Sum of RGB (Red+Green+Blue) = 208+180+203=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B4CB is #2F4B34. Grayscale: #BEBEBE. Windows color (decimal): -3099445 or 13350096. OLE color: 13350096.
HSL color Cylindrical-coordinate representation of color #D0B4CB: hue angle of 310.71º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0B4CB is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 180 | 203 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.18 |
| HSL | 310.71º | 0.23% | 0.76% | - |
| HSV(B) | 310.71º | 0.13% | 0.82% | - |
| XYZ | 53.11 | 50.36 | 63.42 | - |
| YUV | 190.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 180 | 203 | 0 | 0.13 | 0.02 | 0.18 | 310.71 | 0.23 | 0.76 |
| Hex | D0 | B4 | CB | 0 | D | 2 | 12 | 137 | 17 | 4C |
| Octal | 320 | 264 | 313 | 0 | 15 | 2 | 22 | 467 | 27 | 114 |
| Binary | 11010000 | 10110100 | 11001011 | 0 | 1101 | 10 | 10010 | 100110111 | 10111 | 1001100 |
Color Harmonies of #D0B4CB
Complementary color
Monochromatic Colors of #D0B4CB
Black with #D0B4CB
Text Example
Text Example
White with #D0B4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B4CB; }
p { color: rgb(208,180,203); }
H1.HeaderClassName
{
color: #D0B4CB;
}
.AnyTagClassName
{
color: #D0B4CB;
}
</style>
background-color css
<style>
a { background-color: #D0B4CB; }
a { background-color: rgb(208,180,203); }
div.DivClassName
{
background-color: #D0B4CB;
}
.BgClassName
{
background-color: #D0B4CB;
}
</style>
border-color css
<style>
span { border-color: #D0B4CB; }
span { border-color: rgb(208,180,203); }
td.TdClassName
{
border-color: #D0B4CB;
}
.TagClassName
{
border-color: #D0B4CB;
}
</style>