Shades of Maverick #D1B3C9
Tints of Maverick #D1B3C9
RGB
CMYK
RGB Variations
Color information
#D1B3C9 (or 0xD1B3C9) is known color: Maverick. HEX triplet: D1, B3 and C9. RGB value is (209,179,201). Sum of RGB (Red+Green+Blue) = 209+179+201=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 179 (70.31% from 255 or 30.39% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B3C9 is #2E4C36. Grayscale: #BEBEBE. Windows color (decimal): -3034167 or 13218769. OLE color: 13218769.
HSL color Cylindrical-coordinate representation of color #D1B3C9: hue angle of 316º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1B3C9 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 179 | 201 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.18 |
| HSL | 316º | 0.25% | 0.76% | - |
| HSV(B) | 316º | 0.14% | 0.82% | - |
| XYZ | 52.96 | 50.01 | 62.12 | - |
| YUV | 190.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 179 | 201 | 0 | 0.14 | 0.04 | 0.18 | 316 | 0.25 | 0.76 |
| Hex | D1 | B3 | C9 | 0 | E | 4 | 12 | 13C | 19 | 4C |
| Octal | 321 | 263 | 311 | 0 | 16 | 4 | 22 | 474 | 31 | 114 |
| Binary | 11010001 | 10110011 | 11001001 | 0 | 1110 | 100 | 10010 | 100111100 | 11001 | 1001100 |
Color Harmonies of #D1B3C9
Complementary color
Monochromatic Colors of #D1B3C9
Black with #D1B3C9
Text Example
Text Example
White with #D1B3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B3C9; }
p { color: rgb(209,179,201); }
H1.HeaderClassName
{
color: #D1B3C9;
}
.AnyTagClassName
{
color: #D1B3C9;
}
</style>
background-color css
<style>
a { background-color: #D1B3C9; }
a { background-color: rgb(209,179,201); }
div.DivClassName
{
background-color: #D1B3C9;
}
.BgClassName
{
background-color: #D1B3C9;
}
</style>
border-color css
<style>
span { border-color: #D1B3C9; }
span { border-color: rgb(209,179,201); }
td.TdClassName
{
border-color: #D1B3C9;
}
.TagClassName
{
border-color: #D1B3C9;
}
</style>