Shades of Maverick #D1B8C9
Tints of Maverick #D1B8C9
RGB
CMYK
RGB Variations
Color information
#D1B8C9 (or 0xD1B8C9) is known color: Maverick. HEX triplet: D1, B8 and C9. RGB value is (209,184,201). Sum of RGB (Red+Green+Blue) = 209+184+201=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 184 (72.27% from 255 or 30.98% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B8C9 is #2E4736. Grayscale: #C1C1C1. Windows color (decimal): -3032887 or 13220049. OLE color: 13220049.
HSL color Cylindrical-coordinate representation of color #D1B8C9: hue angle of 319.2º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1B8C9 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 184 | 201 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.18 |
| HSL | 319.2º | 0.21% | 0.77% | - |
| HSV(B) | 319.2º | 0.12% | 0.82% | - |
| XYZ | 53.98 | 52.05 | 62.46 | - |
| YUV | 193.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 184 | 201 | 0 | 0.12 | 0.04 | 0.18 | 319.2 | 0.21 | 0.77 |
| Hex | D1 | B8 | C9 | 0 | C | 4 | 12 | 13F | 15 | 4D |
| Octal | 321 | 270 | 311 | 0 | 14 | 4 | 22 | 477 | 25 | 115 |
| Binary | 11010001 | 10111000 | 11001001 | 0 | 1100 | 100 | 10010 | 100111111 | 10101 | 1001101 |
Color Harmonies of #D1B8C9
Complementary color
Monochromatic Colors of #D1B8C9
Black with #D1B8C9
Text Example
Text Example
White with #D1B8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B8C9; }
p { color: rgb(209,184,201); }
H1.HeaderClassName
{
color: #D1B8C9;
}
.AnyTagClassName
{
color: #D1B8C9;
}
</style>
background-color css
<style>
a { background-color: #D1B8C9; }
a { background-color: rgb(209,184,201); }
div.DivClassName
{
background-color: #D1B8C9;
}
.BgClassName
{
background-color: #D1B8C9;
}
</style>
border-color css
<style>
span { border-color: #D1B8C9; }
span { border-color: rgb(209,184,201); }
td.TdClassName
{
border-color: #D1B8C9;
}
.TagClassName
{
border-color: #D1B8C9;
}
</style>