Shades of Maverick #D0B1CB
Tints of Maverick #D0B1CB
RGB
CMYK
RGB Variations
Color information
#D0B1CB (or 0xD0B1CB) is known color: Maverick. HEX triplet: D0, B1 and CB. RGB value is (208,177,203). Sum of RGB (Red+Green+Blue) = 208+177+203=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B1CB is #2F4E34. Grayscale: #BDBDBD. Windows color (decimal): -3100213 or 13349328. OLE color: 13349328.
HSL color Cylindrical-coordinate representation of color #D0B1CB: hue angle of 309.68º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0B1CB is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 177 | 203 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.18 |
| HSL | 309.68º | 0.25% | 0.75% | - |
| HSV(B) | 309.68º | 0.15% | 0.82% | - |
| XYZ | 52.51 | 49.17 | 63.22 | - |
| YUV | 189.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 177 | 203 | 0 | 0.15 | 0.02 | 0.18 | 309.68 | 0.25 | 0.75 |
| Hex | D0 | B1 | CB | 0 | F | 2 | 12 | 136 | 19 | 4B |
| Octal | 320 | 261 | 313 | 0 | 17 | 2 | 22 | 466 | 31 | 113 |
| Binary | 11010000 | 10110001 | 11001011 | 0 | 1111 | 10 | 10010 | 100110110 | 11001 | 1001011 |
Color Harmonies of #D0B1CB
Complementary color
Monochromatic Colors of #D0B1CB
Black with #D0B1CB
Text Example
Text Example
White with #D0B1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B1CB; }
p { color: rgb(208,177,203); }
H1.HeaderClassName
{
color: #D0B1CB;
}
.AnyTagClassName
{
color: #D0B1CB;
}
</style>
background-color css
<style>
a { background-color: #D0B1CB; }
a { background-color: rgb(208,177,203); }
div.DivClassName
{
background-color: #D0B1CB;
}
.BgClassName
{
background-color: #D0B1CB;
}
</style>
border-color css
<style>
span { border-color: #D0B1CB; }
span { border-color: rgb(208,177,203); }
td.TdClassName
{
border-color: #D0B1CB;
}
.TagClassName
{
border-color: #D0B1CB;
}
</style>