Shades of Maverick #D4B4C7
Tints of Maverick #D4B4C7
RGB
CMYK
RGB Variations
Color information
#D4B4C7 (or 0xD4B4C7) is known color: Maverick. HEX triplet: D4, B4 and C7. RGB value is (212,180,199). Sum of RGB (Red+Green+Blue) = 212+180+199=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B4C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B4C7 is #2B4B38. Grayscale: #BFBFBF. Windows color (decimal): -2837305 or 13087956. OLE color: 13087956.
HSL color Cylindrical-coordinate representation of color #D4B4C7: hue angle of 324.38º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4B4C7 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 180 | 199 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.17 |
| HSL | 324.38º | 0.27% | 0.77% | - |
| HSV(B) | 324.38º | 0.15% | 0.83% | - |
| XYZ | 53.78 | 50.76 | 61 | - |
| YUV | 191.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 180 | 199 | 0 | 0.15 | 0.06 | 0.17 | 324.38 | 0.27 | 0.77 |
| Hex | D4 | B4 | C7 | 0 | F | 6 | 11 | 144 | 1B | 4D |
| Octal | 324 | 264 | 307 | 0 | 17 | 6 | 21 | 504 | 33 | 115 |
| Binary | 11010100 | 10110100 | 11000111 | 0 | 1111 | 110 | 10001 | 101000100 | 11011 | 1001101 |
Color Harmonies of #D4B4C7
Complementary color
Monochromatic Colors of #D4B4C7
Black with #D4B4C7
Text Example
Text Example
White with #D4B4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B4C7; }
p { color: rgb(212,180,199); }
H1.HeaderClassName
{
color: #D4B4C7;
}
.AnyTagClassName
{
color: #D4B4C7;
}
</style>
background-color css
<style>
a { background-color: #D4B4C7; }
a { background-color: rgb(212,180,199); }
div.DivClassName
{
background-color: #D4B4C7;
}
.BgClassName
{
background-color: #D4B4C7;
}
</style>
border-color css
<style>
span { border-color: #D4B4C7; }
span { border-color: rgb(212,180,199); }
td.TdClassName
{
border-color: #D4B4C7;
}
.TagClassName
{
border-color: #D4B4C7;
}
</style>