Shades of Maverick #D8B1CB
Tints of Maverick #D8B1CB
RGB
CMYK
RGB Variations
Color information
#D8B1CB (or 0xD8B1CB) is known color: Maverick. HEX triplet: D8, B1 and CB. RGB value is (216,177,203). Sum of RGB (Red+Green+Blue) = 216+177+203=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B1CB is #274E34. Grayscale: #BFBFBF. Windows color (decimal): -2575925 or 13349336. OLE color: 13349336.
HSL color Cylindrical-coordinate representation of color #D8B1CB: hue angle of 320º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8B1CB is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 177 | 203 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.15 |
| HSL | 320º | 0.33% | 0.77% | - |
| HSV(B) | 320º | 0.18% | 0.85% | - |
| XYZ | 54.82 | 50.36 | 63.33 | - |
| YUV | 191.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 177 | 203 | 0 | 0.18 | 0.06 | 0.15 | 320 | 0.33 | 0.77 |
| Hex | D8 | B1 | CB | 0 | 12 | 6 | F | 140 | 21 | 4D |
| Octal | 330 | 261 | 313 | 0 | 22 | 6 | 17 | 500 | 41 | 115 |
| Binary | 11011000 | 10110001 | 11001011 | 0 | 10010 | 110 | 1111 | 101000000 | 100001 | 1001101 |
Color Harmonies of #D8B1CB
Complementary color
Monochromatic Colors of #D8B1CB
Black with #D8B1CB
Text Example
Text Example
White with #D8B1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B1CB; }
p { color: rgb(216,177,203); }
H1.HeaderClassName
{
color: #D8B1CB;
}
.AnyTagClassName
{
color: #D8B1CB;
}
</style>
background-color css
<style>
a { background-color: #D8B1CB; }
a { background-color: rgb(216,177,203); }
div.DivClassName
{
background-color: #D8B1CB;
}
.BgClassName
{
background-color: #D8B1CB;
}
</style>
border-color css
<style>
span { border-color: #D8B1CB; }
span { border-color: rgb(216,177,203); }
td.TdClassName
{
border-color: #D8B1CB;
}
.TagClassName
{
border-color: #D8B1CB;
}
</style>