Shades of Maverick #D4B0C8
Tints of Maverick #D4B0C8
RGB
CMYK
RGB Variations
Color information
#D4B0C8 (or 0xD4B0C8) is known color: Maverick. HEX triplet: D4, B0 and C8. RGB value is (212,176,200). Sum of RGB (Red+Green+Blue) = 212+176+200=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B0C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B0C8 is #2B4F37. Grayscale: #BDBDBD. Windows color (decimal): -2838328 or 13152468. OLE color: 13152468.
HSL color Cylindrical-coordinate representation of color #D4B0C8: hue angle of 320º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4B0C8 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 176 | 200 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.17 |
| HSL | 320º | 0.3% | 0.76% | - |
| HSV(B) | 320º | 0.17% | 0.83% | - |
| XYZ | 53.1 | 49.22 | 61.34 | - |
| YUV | 189.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 200 | 0 | 0.17 | 0.06 | 0.17 | 320 | 0.3 | 0.76 |
| Hex | D4 | B0 | C8 | 0 | 11 | 6 | 11 | 140 | 1E | 4C |
| Octal | 324 | 260 | 310 | 0 | 21 | 6 | 21 | 500 | 36 | 114 |
| Binary | 11010100 | 10110000 | 11001000 | 0 | 10001 | 110 | 10001 | 101000000 | 11110 | 1001100 |
Color Harmonies of #D4B0C8
Complementary color
Monochromatic Colors of #D4B0C8
Black with #D4B0C8
Text Example
Text Example
White with #D4B0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B0C8; }
p { color: rgb(212,176,200); }
H1.HeaderClassName
{
color: #D4B0C8;
}
.AnyTagClassName
{
color: #D4B0C8;
}
</style>
background-color css
<style>
a { background-color: #D4B0C8; }
a { background-color: rgb(212,176,200); }
div.DivClassName
{
background-color: #D4B0C8;
}
.BgClassName
{
background-color: #D4B0C8;
}
</style>
border-color css
<style>
span { border-color: #D4B0C8; }
span { border-color: rgb(212,176,200); }
td.TdClassName
{
border-color: #D4B0C8;
}
.TagClassName
{
border-color: #D4B0C8;
}
</style>