Shades of Maverick #D4B6CC
Tints of Maverick #D4B6CC
RGB
CMYK
RGB Variations
Color information
#D4B6CC (or 0xD4B6CC) is known color: Maverick. HEX triplet: D4, B6 and CC. RGB value is (212,182,204). Sum of RGB (Red+Green+Blue) = 212+182+204=598 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.45% from 598); Green value is 182 (71.48% from 255 or 30.43% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B6CC is #2B4933. Grayscale: #C1C1C1. Windows color (decimal): -2836788 or 13416148. OLE color: 13416148.
HSL color Cylindrical-coordinate representation of color #D4B6CC: hue angle of 316º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4B6CC is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 182 | 204 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.17 |
| HSL | 316º | 0.26% | 0.77% | - |
| HSV(B) | 316º | 0.14% | 0.83% | - |
| XYZ | 54.78 | 51.81 | 64.24 | - |
| YUV | 193.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 182 | 204 | 0 | 0.14 | 0.04 | 0.17 | 316 | 0.26 | 0.77 |
| Hex | D4 | B6 | CC | 0 | E | 4 | 11 | 13C | 1A | 4D |
| Octal | 324 | 266 | 314 | 0 | 16 | 4 | 21 | 474 | 32 | 115 |
| Binary | 11010100 | 10110110 | 11001100 | 0 | 1110 | 100 | 10001 | 100111100 | 11010 | 1001101 |
Color Harmonies of #D4B6CC
Complementary color
Monochromatic Colors of #D4B6CC
Black with #D4B6CC
Text Example
Text Example
White with #D4B6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B6CC; }
p { color: rgb(212,182,204); }
H1.HeaderClassName
{
color: #D4B6CC;
}
.AnyTagClassName
{
color: #D4B6CC;
}
</style>
background-color css
<style>
a { background-color: #D4B6CC; }
a { background-color: rgb(212,182,204); }
div.DivClassName
{
background-color: #D4B6CC;
}
.BgClassName
{
background-color: #D4B6CC;
}
</style>
border-color css
<style>
span { border-color: #D4B6CC; }
span { border-color: rgb(212,182,204); }
td.TdClassName
{
border-color: #D4B6CC;
}
.TagClassName
{
border-color: #D4B6CC;
}
</style>