Shades of Maverick #D5B2CA
Tints of Maverick #D5B2CA
RGB
CMYK
RGB Variations
Color information
#D5B2CA (or 0xD5B2CA) is known color: Maverick. HEX triplet: D5, B2 and CA. RGB value is (213,178,202). Sum of RGB (Red+Green+Blue) = 213+178+202=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B2CA is #2A4D35. Grayscale: #BFBFBF. Windows color (decimal): -2772278 or 13284053. OLE color: 13284053.
HSL color Cylindrical-coordinate representation of color #D5B2CA: hue angle of 318.86º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5B2CA is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 178 | 202 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.16 |
| HSL | 318.86º | 0.29% | 0.77% | - |
| HSV(B) | 318.86º | 0.16% | 0.84% | - |
| XYZ | 54.02 | 50.25 | 62.73 | - |
| YUV | 191.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 178 | 202 | 0 | 0.16 | 0.05 | 0.16 | 318.86 | 0.29 | 0.77 |
| Hex | D5 | B2 | CA | 0 | 10 | 5 | 10 | 13F | 1D | 4D |
| Octal | 325 | 262 | 312 | 0 | 20 | 5 | 20 | 477 | 35 | 115 |
| Binary | 11010101 | 10110010 | 11001010 | 0 | 10000 | 101 | 10000 | 100111111 | 11101 | 1001101 |
Color Harmonies of #D5B2CA
Complementary color
Monochromatic Colors of #D5B2CA
Black with #D5B2CA
Text Example
Text Example
White with #D5B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B2CA; }
p { color: rgb(213,178,202); }
H1.HeaderClassName
{
color: #D5B2CA;
}
.AnyTagClassName
{
color: #D5B2CA;
}
</style>
background-color css
<style>
a { background-color: #D5B2CA; }
a { background-color: rgb(213,178,202); }
div.DivClassName
{
background-color: #D5B2CA;
}
.BgClassName
{
background-color: #D5B2CA;
}
</style>
border-color css
<style>
span { border-color: #D5B2CA; }
span { border-color: rgb(213,178,202); }
td.TdClassName
{
border-color: #D5B2CA;
}
.TagClassName
{
border-color: #D5B2CA;
}
</style>