Shades of Maverick #D1B6C4
Tints of Maverick #D1B6C4
RGB
CMYK
RGB Variations
Color information
#D1B6C4 (or 0xD1B6C4) is known color: Maverick. HEX triplet: D1, B6 and C4. RGB value is (209,182,196). Sum of RGB (Red+Green+Blue) = 209+182+196=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 182 (71.48% from 255 or 31.01% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B6C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B6C4 is #2E493B. Grayscale: #BFBFBF. Windows color (decimal): -3033404 or 12891857. OLE color: 12891857.
HSL color Cylindrical-coordinate representation of color #D1B6C4: hue angle of 328.89º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1B6C4 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 182 | 196 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.18 |
| HSL | 328.89º | 0.23% | 0.77% | - |
| HSV(B) | 328.89º | 0.13% | 0.82% | - |
| XYZ | 52.99 | 51 | 59.28 | - |
| YUV | 191.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 182 | 196 | 0 | 0.13 | 0.06 | 0.18 | 328.89 | 0.23 | 0.77 |
| Hex | D1 | B6 | C4 | 0 | D | 6 | 12 | 149 | 17 | 4D |
| Octal | 321 | 266 | 304 | 0 | 15 | 6 | 22 | 511 | 27 | 115 |
| Binary | 11010001 | 10110110 | 11000100 | 0 | 1101 | 110 | 10010 | 101001001 | 10111 | 1001101 |
Color Harmonies of #D1B6C4
Complementary color
Monochromatic Colors of #D1B6C4
Black with #D1B6C4
Text Example
Text Example
White with #D1B6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B6C4; }
p { color: rgb(209,182,196); }
H1.HeaderClassName
{
color: #D1B6C4;
}
.AnyTagClassName
{
color: #D1B6C4;
}
</style>
background-color css
<style>
a { background-color: #D1B6C4; }
a { background-color: rgb(209,182,196); }
div.DivClassName
{
background-color: #D1B6C4;
}
.BgClassName
{
background-color: #D1B6C4;
}
</style>
border-color css
<style>
span { border-color: #D1B6C4; }
span { border-color: rgb(209,182,196); }
td.TdClassName
{
border-color: #D1B6C4;
}
.TagClassName
{
border-color: #D1B6C4;
}
</style>