Shades of Maverick #D4B0CA
Tints of Maverick #D4B0CA
RGB
CMYK
RGB Variations
Color information
#D4B0CA (or 0xD4B0CA) is known color: Maverick. HEX triplet: D4, B0 and CA. RGB value is (212,176,202). Sum of RGB (Red+Green+Blue) = 212+176+202=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B0CA is #2B4F35. Grayscale: #BDBDBD. Windows color (decimal): -2838326 or 13283540. OLE color: 13283540.
HSL color Cylindrical-coordinate representation of color #D4B0CA: hue angle of 316.67º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4B0CA is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 176 | 202 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.17 |
| HSL | 316.67º | 0.3% | 0.76% | - |
| HSV(B) | 316.67º | 0.17% | 0.83% | - |
| XYZ | 53.34 | 49.31 | 62.58 | - |
| YUV | 189.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 202 | 0 | 0.17 | 0.05 | 0.17 | 316.67 | 0.3 | 0.76 |
| Hex | D4 | B0 | CA | 0 | 11 | 5 | 11 | 13D | 1E | 4C |
| Octal | 324 | 260 | 312 | 0 | 21 | 5 | 21 | 475 | 36 | 114 |
| Binary | 11010100 | 10110000 | 11001010 | 0 | 10001 | 101 | 10001 | 100111101 | 11110 | 1001100 |
Color Harmonies of #D4B0CA
Complementary color
Monochromatic Colors of #D4B0CA
Black with #D4B0CA
Text Example
Text Example
White with #D4B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B0CA; }
p { color: rgb(212,176,202); }
H1.HeaderClassName
{
color: #D4B0CA;
}
.AnyTagClassName
{
color: #D4B0CA;
}
</style>
background-color css
<style>
a { background-color: #D4B0CA; }
a { background-color: rgb(212,176,202); }
div.DivClassName
{
background-color: #D4B0CA;
}
.BgClassName
{
background-color: #D4B0CA;
}
</style>
border-color css
<style>
span { border-color: #D4B0CA; }
span { border-color: rgb(212,176,202); }
td.TdClassName
{
border-color: #D4B0CA;
}
.TagClassName
{
border-color: #D4B0CA;
}
</style>