Shades of Maverick #D0BECB
Tints of Maverick #D0BECB
RGB
CMYK
RGB Variations
Color information
#D0BECB (or 0xD0BECB) is known color: Maverick. HEX triplet: D0, BE and CB. RGB value is (208,190,203). Sum of RGB (Red+Green+Blue) = 208+190+203=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BECB is #2F4134. Grayscale: #C4C4C4. Windows color (decimal): -3096885 or 13352656. OLE color: 13352656.
HSL color Cylindrical-coordinate representation of color #D0BECB: hue angle of 316.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0BECB is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 203 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.18 |
| HSL | 316.67º | 0.16% | 0.78% | - |
| HSV(B) | 316.67º | 0.09% | 0.82% | - |
| XYZ | 55.21 | 54.55 | 64.12 | - |
| YUV | 196.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 203 | 0 | 0.09 | 0.02 | 0.18 | 316.67 | 0.16 | 0.78 |
| Hex | D0 | BE | CB | 0 | 9 | 2 | 12 | 13D | 10 | 4E |
| Octal | 320 | 276 | 313 | 0 | 11 | 2 | 22 | 475 | 20 | 116 |
| Binary | 11010000 | 10111110 | 11001011 | 0 | 1001 | 10 | 10010 | 100111101 | 10000 | 1001110 |
Color Harmonies of #D0BECB
Complementary color
Monochromatic Colors of #D0BECB
Black with #D0BECB
Text Example
Text Example
White with #D0BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BECB; }
p { color: rgb(208,190,203); }
H1.HeaderClassName
{
color: #D0BECB;
}
.AnyTagClassName
{
color: #D0BECB;
}
</style>
background-color css
<style>
a { background-color: #D0BECB; }
a { background-color: rgb(208,190,203); }
div.DivClassName
{
background-color: #D0BECB;
}
.BgClassName
{
background-color: #D0BECB;
}
</style>
border-color css
<style>
span { border-color: #D0BECB; }
span { border-color: rgb(208,190,203); }
td.TdClassName
{
border-color: #D0BECB;
}
.TagClassName
{
border-color: #D0BECB;
}
</style>