Shades of Maverick #D2B1CB
Tints of Maverick #D2B1CB
RGB
CMYK
RGB Variations
Color information
#D2B1CB (or 0xD2B1CB) is known color: Maverick. HEX triplet: D2, B1 and CB. RGB value is (210,177,203). Sum of RGB (Red+Green+Blue) = 210+177+203=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 177 (69.53% from 255 or 30% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B1CB is #2D4E34. Grayscale: #BDBDBD. Windows color (decimal): -2969141 or 13349330. OLE color: 13349330.
HSL color Cylindrical-coordinate representation of color #D2B1CB: hue angle of 312.73º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2B1CB is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 203 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.18 |
| HSL | 312.73º | 0.27% | 0.76% | - |
| HSV(B) | 312.73º | 0.16% | 0.82% | - |
| XYZ | 53.08 | 49.46 | 63.25 | - |
| YUV | 189.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 203 | 0 | 0.16 | 0.03 | 0.18 | 312.73 | 0.27 | 0.76 |
| Hex | D2 | B1 | CB | 0 | 10 | 3 | 12 | 139 | 1B | 4C |
| Octal | 322 | 261 | 313 | 0 | 20 | 3 | 22 | 471 | 33 | 114 |
| Binary | 11010010 | 10110001 | 11001011 | 0 | 10000 | 11 | 10010 | 100111001 | 11011 | 1001100 |
Color Harmonies of #D2B1CB
Complementary color
Monochromatic Colors of #D2B1CB
Black with #D2B1CB
Text Example
Text Example
White with #D2B1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B1CB; }
p { color: rgb(210,177,203); }
H1.HeaderClassName
{
color: #D2B1CB;
}
.AnyTagClassName
{
color: #D2B1CB;
}
</style>
background-color css
<style>
a { background-color: #D2B1CB; }
a { background-color: rgb(210,177,203); }
div.DivClassName
{
background-color: #D2B1CB;
}
.BgClassName
{
background-color: #D2B1CB;
}
</style>
border-color css
<style>
span { border-color: #D2B1CB; }
span { border-color: rgb(210,177,203); }
td.TdClassName
{
border-color: #D2B1CB;
}
.TagClassName
{
border-color: #D2B1CB;
}
</style>