Shades of Maverick #D1B8C7
Tints of Maverick #D1B8C7
RGB
CMYK
RGB Variations
Color information
#D1B8C7 (or 0xD1B8C7) is known color: Maverick. HEX triplet: D1, B8 and C7. RGB value is (209,184,199). Sum of RGB (Red+Green+Blue) = 209+184+199=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 184 (72.27% from 255 or 31.08% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B8C7 is #2E4738. Grayscale: #C1C1C1. Windows color (decimal): -3032889 or 13088977. OLE color: 13088977.
HSL color Cylindrical-coordinate representation of color #D1B8C7: hue angle of 324º 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 #D1B8C7 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 184 | 199 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.18 |
| HSL | 324º | 0.21% | 0.77% | - |
| HSV(B) | 324º | 0.12% | 0.82% | - |
| XYZ | 53.74 | 51.96 | 61.23 | - |
| YUV | 193.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 184 | 199 | 0 | 0.12 | 0.05 | 0.18 | 324 | 0.21 | 0.77 |
| Hex | D1 | B8 | C7 | 0 | C | 5 | 12 | 144 | 15 | 4D |
| Octal | 321 | 270 | 307 | 0 | 14 | 5 | 22 | 504 | 25 | 115 |
| Binary | 11010001 | 10111000 | 11000111 | 0 | 1100 | 101 | 10010 | 101000100 | 10101 | 1001101 |
Color Harmonies of #D1B8C7
Complementary color
Monochromatic Colors of #D1B8C7
Black with #D1B8C7
Text Example
Text Example
White with #D1B8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B8C7; }
p { color: rgb(209,184,199); }
H1.HeaderClassName
{
color: #D1B8C7;
}
.AnyTagClassName
{
color: #D1B8C7;
}
</style>
background-color css
<style>
a { background-color: #D1B8C7; }
a { background-color: rgb(209,184,199); }
div.DivClassName
{
background-color: #D1B8C7;
}
.BgClassName
{
background-color: #D1B8C7;
}
</style>
border-color css
<style>
span { border-color: #D1B8C7; }
span { border-color: rgb(209,184,199); }
td.TdClassName
{
border-color: #D1B8C7;
}
.TagClassName
{
border-color: #D1B8C7;
}
</style>