Shades of Maverick #D4B2C5
Tints of Maverick #D4B2C5
RGB
CMYK
RGB Variations
Color information
#D4B2C5 (or 0xD4B2C5) is known color: Maverick. HEX triplet: D4, B2 and C5. RGB value is (212,178,197). Sum of RGB (Red+Green+Blue) = 212+178+197=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B2C5 is #2B4D3A. Grayscale: #BEBEBE. Windows color (decimal): -2837819 or 12956372. OLE color: 12956372.
HSL color Cylindrical-coordinate representation of color #D4B2C5: hue angle of 326.47º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4B2C5 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 178 | 197 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.17 |
| HSL | 326.47º | 0.28% | 0.76% | - |
| HSV(B) | 326.47º | 0.16% | 0.83% | - |
| XYZ | 53.15 | 49.87 | 59.65 | - |
| YUV | 190.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 178 | 197 | 0 | 0.16 | 0.07 | 0.17 | 326.47 | 0.28 | 0.76 |
| Hex | D4 | B2 | C5 | 0 | 10 | 7 | 11 | 146 | 1C | 4C |
| Octal | 324 | 262 | 305 | 0 | 20 | 7 | 21 | 506 | 34 | 114 |
| Binary | 11010100 | 10110010 | 11000101 | 0 | 10000 | 111 | 10001 | 101000110 | 11100 | 1001100 |
Color Harmonies of #D4B2C5
Complementary color
Monochromatic Colors of #D4B2C5
Black with #D4B2C5
Text Example
Text Example
White with #D4B2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B2C5; }
p { color: rgb(212,178,197); }
H1.HeaderClassName
{
color: #D4B2C5;
}
.AnyTagClassName
{
color: #D4B2C5;
}
</style>
background-color css
<style>
a { background-color: #D4B2C5; }
a { background-color: rgb(212,178,197); }
div.DivClassName
{
background-color: #D4B2C5;
}
.BgClassName
{
background-color: #D4B2C5;
}
</style>
border-color css
<style>
span { border-color: #D4B2C5; }
span { border-color: rgb(212,178,197); }
td.TdClassName
{
border-color: #D4B2C5;
}
.TagClassName
{
border-color: #D4B2C5;
}
</style>