Shades of Maverick #D1B5CA
Tints of Maverick #D1B5CA
RGB
CMYK
RGB Variations
Color information
#D1B5CA (or 0xD1B5CA) is known color: Maverick. HEX triplet: D1, B5 and CA. RGB value is (209,181,202). Sum of RGB (Red+Green+Blue) = 209+181+202=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B5CA is #2E4A35. Grayscale: #BFBFBF. Windows color (decimal): -3033654 or 13284817. OLE color: 13284817.
HSL color Cylindrical-coordinate representation of color #D1B5CA: hue angle of 315º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1B5CA is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 181 | 202 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.18 |
| HSL | 315º | 0.23% | 0.76% | - |
| HSV(B) | 315º | 0.13% | 0.82% | - |
| XYZ | 53.48 | 50.87 | 62.88 | - |
| YUV | 191.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 202 | 0 | 0.13 | 0.03 | 0.18 | 315 | 0.23 | 0.76 |
| Hex | D1 | B5 | CA | 0 | D | 3 | 12 | 13B | 17 | 4C |
| Octal | 321 | 265 | 312 | 0 | 15 | 3 | 22 | 473 | 27 | 114 |
| Binary | 11010001 | 10110101 | 11001010 | 0 | 1101 | 11 | 10010 | 100111011 | 10111 | 1001100 |
Color Harmonies of #D1B5CA
Complementary color
Monochromatic Colors of #D1B5CA
Black with #D1B5CA
Text Example
Text Example
White with #D1B5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B5CA; }
p { color: rgb(209,181,202); }
H1.HeaderClassName
{
color: #D1B5CA;
}
.AnyTagClassName
{
color: #D1B5CA;
}
</style>
background-color css
<style>
a { background-color: #D1B5CA; }
a { background-color: rgb(209,181,202); }
div.DivClassName
{
background-color: #D1B5CA;
}
.BgClassName
{
background-color: #D1B5CA;
}
</style>
border-color css
<style>
span { border-color: #D1B5CA; }
span { border-color: rgb(209,181,202); }
td.TdClassName
{
border-color: #D1B5CA;
}
.TagClassName
{
border-color: #D1B5CA;
}
</style>