Shades of Maverick #D4B0C9
Tints of Maverick #D4B0C9
RGB
CMYK
RGB Variations
Color information
#D4B0C9 (or 0xD4B0C9) is known color: Maverick. HEX triplet: D4, B0 and C9. RGB value is (212,176,201). Sum of RGB (Red+Green+Blue) = 212+176+201=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B0C9 is #2B4F36. Grayscale: #BDBDBD. Windows color (decimal): -2838327 or 13218004. OLE color: 13218004.
HSL color Cylindrical-coordinate representation of color #D4B0C9: hue angle of 318.33º 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 #D4B0C9 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 176 | 201 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.17 |
| HSL | 318.33º | 0.3% | 0.76% | - |
| HSV(B) | 318.33º | 0.17% | 0.83% | - |
| XYZ | 53.22 | 49.26 | 61.96 | - |
| YUV | 189.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 201 | 0 | 0.17 | 0.05 | 0.17 | 318.33 | 0.3 | 0.76 |
| Hex | D4 | B0 | C9 | 0 | 11 | 5 | 11 | 13E | 1E | 4C |
| Octal | 324 | 260 | 311 | 0 | 21 | 5 | 21 | 476 | 36 | 114 |
| Binary | 11010100 | 10110000 | 11001001 | 0 | 10001 | 101 | 10001 | 100111110 | 11110 | 1001100 |
Color Harmonies of #D4B0C9
Complementary color
Monochromatic Colors of #D4B0C9
Black with #D4B0C9
Text Example
Text Example
White with #D4B0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B0C9; }
p { color: rgb(212,176,201); }
H1.HeaderClassName
{
color: #D4B0C9;
}
.AnyTagClassName
{
color: #D4B0C9;
}
</style>
background-color css
<style>
a { background-color: #D4B0C9; }
a { background-color: rgb(212,176,201); }
div.DivClassName
{
background-color: #D4B0C9;
}
.BgClassName
{
background-color: #D4B0C9;
}
</style>
border-color css
<style>
span { border-color: #D4B0C9; }
span { border-color: rgb(212,176,201); }
td.TdClassName
{
border-color: #D4B0C9;
}
.TagClassName
{
border-color: #D4B0C9;
}
</style>