Shades of Maverick #D1B1C6
Tints of Maverick #D1B1C6
RGB
CMYK
RGB Variations
Color information
#D1B1C6 (or 0xD1B1C6) is known color: Maverick. HEX triplet: D1, B1 and C6. RGB value is (209,177,198). Sum of RGB (Red+Green+Blue) = 209+177+198=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B1C6 is #2E4E39. Grayscale: #BCBCBC. Windows color (decimal): -3034682 or 13021649. OLE color: 13021649.
HSL color Cylindrical-coordinate representation of color #D1B1C6: hue angle of 320.62º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1B1C6 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 177 | 198 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.18 |
| HSL | 320.63º | 0.26% | 0.76% | - |
| HSV(B) | 320.63º | 0.15% | 0.82% | - |
| XYZ | 52.21 | 49.08 | 60.15 | - |
| YUV | 188.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 177 | 198 | 0 | 0.15 | 0.05 | 0.18 | 320.63 | 0.26 | 0.76 |
| Hex | D1 | B1 | C6 | 0 | F | 5 | 12 | 141 | 1A | 4C |
| Octal | 321 | 261 | 306 | 0 | 17 | 5 | 22 | 501 | 32 | 114 |
| Binary | 11010001 | 10110001 | 11000110 | 0 | 1111 | 101 | 10010 | 101000001 | 11010 | 1001100 |
Color Harmonies of #D1B1C6
Complementary color
Monochromatic Colors of #D1B1C6
Black with #D1B1C6
Text Example
Text Example
White with #D1B1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B1C6; }
p { color: rgb(209,177,198); }
H1.HeaderClassName
{
color: #D1B1C6;
}
.AnyTagClassName
{
color: #D1B1C6;
}
</style>
background-color css
<style>
a { background-color: #D1B1C6; }
a { background-color: rgb(209,177,198); }
div.DivClassName
{
background-color: #D1B1C6;
}
.BgClassName
{
background-color: #D1B1C6;
}
</style>
border-color css
<style>
span { border-color: #D1B1C6; }
span { border-color: rgb(209,177,198); }
td.TdClassName
{
border-color: #D1B1C6;
}
.TagClassName
{
border-color: #D1B1C6;
}
</style>