Shades of Maverick #D4B1C6
Tints of Maverick #D4B1C6
RGB
CMYK
RGB Variations
Color information
#D4B1C6 (or 0xD4B1C6) is known color: Maverick. HEX triplet: D4, B1 and C6. RGB value is (212,177,198). Sum of RGB (Red+Green+Blue) = 212+177+198=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B1C6 is #2B4E39. Grayscale: #BDBDBD. Windows color (decimal): -2838074 or 13021652. OLE color: 13021652.
HSL color Cylindrical-coordinate representation of color #D4B1C6: hue angle of 324º degrees, saturation: 0.29, 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 #D4B1C6 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 177 | 198 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.17 |
| HSL | 324º | 0.29% | 0.76% | - |
| HSV(B) | 324º | 0.17% | 0.83% | - |
| XYZ | 53.07 | 49.52 | 60.19 | - |
| YUV | 189.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 177 | 198 | 0 | 0.17 | 0.07 | 0.17 | 324 | 0.29 | 0.76 |
| Hex | D4 | B1 | C6 | 0 | 11 | 7 | 11 | 144 | 1D | 4C |
| Octal | 324 | 261 | 306 | 0 | 21 | 7 | 21 | 504 | 35 | 114 |
| Binary | 11010100 | 10110001 | 11000110 | 0 | 10001 | 111 | 10001 | 101000100 | 11101 | 1001100 |
Color Harmonies of #D4B1C6
Complementary color
Monochromatic Colors of #D4B1C6
Black with #D4B1C6
Text Example
Text Example
White with #D4B1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B1C6; }
p { color: rgb(212,177,198); }
H1.HeaderClassName
{
color: #D4B1C6;
}
.AnyTagClassName
{
color: #D4B1C6;
}
</style>
background-color css
<style>
a { background-color: #D4B1C6; }
a { background-color: rgb(212,177,198); }
div.DivClassName
{
background-color: #D4B1C6;
}
.BgClassName
{
background-color: #D4B1C6;
}
</style>
border-color css
<style>
span { border-color: #D4B1C6; }
span { border-color: rgb(212,177,198); }
td.TdClassName
{
border-color: #D4B1C6;
}
.TagClassName
{
border-color: #D4B1C6;
}
</style>