Shades of Maverick #D4B2C4
Tints of Maverick #D4B2C4
RGB
CMYK
RGB Variations
Color information
#D4B2C4 (or 0xD4B2C4) is known color: Maverick. HEX triplet: D4, B2 and C4. RGB value is (212,178,196). Sum of RGB (Red+Green+Blue) = 212+178+196=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B2C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B2C4 is #2B4D3B. Grayscale: #BEBEBE. Windows color (decimal): -2837820 or 12890836. OLE color: 12890836.
HSL color Cylindrical-coordinate representation of color #D4B2C4: hue angle of 328.24º 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 #D4B2C4 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 178 | 196 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.17 |
| HSL | 328.24º | 0.28% | 0.76% | - |
| HSV(B) | 328.24º | 0.16% | 0.83% | - |
| XYZ | 53.04 | 49.82 | 59.05 | - |
| YUV | 190.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 178 | 196 | 0 | 0.16 | 0.08 | 0.17 | 328.24 | 0.28 | 0.76 |
| Hex | D4 | B2 | C4 | 0 | 10 | 8 | 11 | 148 | 1C | 4C |
| Octal | 324 | 262 | 304 | 0 | 20 | 10 | 21 | 510 | 34 | 114 |
| Binary | 11010100 | 10110010 | 11000100 | 0 | 10000 | 1000 | 10001 | 101001000 | 11100 | 1001100 |
Color Harmonies of #D4B2C4
Complementary color
Monochromatic Colors of #D4B2C4
Black with #D4B2C4
Text Example
Text Example
White with #D4B2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B2C4; }
p { color: rgb(212,178,196); }
H1.HeaderClassName
{
color: #D4B2C4;
}
.AnyTagClassName
{
color: #D4B2C4;
}
</style>
background-color css
<style>
a { background-color: #D4B2C4; }
a { background-color: rgb(212,178,196); }
div.DivClassName
{
background-color: #D4B2C4;
}
.BgClassName
{
background-color: #D4B2C4;
}
</style>
border-color css
<style>
span { border-color: #D4B2C4; }
span { border-color: rgb(212,178,196); }
td.TdClassName
{
border-color: #D4B2C4;
}
.TagClassName
{
border-color: #D4B2C4;
}
</style>