Shades of Maverick #D1B9CA
Tints of Maverick #D1B9CA
RGB
CMYK
RGB Variations
Color information
#D1B9CA (or 0xD1B9CA) is known color: Maverick. HEX triplet: D1, B9 and CA. RGB value is (209,185,202). Sum of RGB (Red+Green+Blue) = 209+185+202=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B9CA is #2E4635. Grayscale: #C2C2C2. Windows color (decimal): -3032630 or 13285841. OLE color: 13285841.
HSL color Cylindrical-coordinate representation of color #D1B9CA: hue angle of 317.5º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1B9CA is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 202 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.18 |
| HSL | 317.5º | 0.21% | 0.77% | - |
| HSV(B) | 317.5º | 0.11% | 0.82% | - |
| XYZ | 54.3 | 52.52 | 63.15 | - |
| YUV | 194.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 202 | 0 | 0.11 | 0.03 | 0.18 | 317.5 | 0.21 | 0.77 |
| Hex | D1 | B9 | CA | 0 | B | 3 | 12 | 13E | 15 | 4D |
| Octal | 321 | 271 | 312 | 0 | 13 | 3 | 22 | 476 | 25 | 115 |
| Binary | 11010001 | 10111001 | 11001010 | 0 | 1011 | 11 | 10010 | 100111110 | 10101 | 1001101 |
Color Harmonies of #D1B9CA
Complementary color
Monochromatic Colors of #D1B9CA
Black with #D1B9CA
Text Example
Text Example
White with #D1B9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B9CA; }
p { color: rgb(209,185,202); }
H1.HeaderClassName
{
color: #D1B9CA;
}
.AnyTagClassName
{
color: #D1B9CA;
}
</style>
background-color css
<style>
a { background-color: #D1B9CA; }
a { background-color: rgb(209,185,202); }
div.DivClassName
{
background-color: #D1B9CA;
}
.BgClassName
{
background-color: #D1B9CA;
}
</style>
border-color css
<style>
span { border-color: #D1B9CA; }
span { border-color: rgb(209,185,202); }
td.TdClassName
{
border-color: #D1B9CA;
}
.TagClassName
{
border-color: #D1B9CA;
}
</style>