Shades of Maverick #D4ABCA
Tints of Maverick #D4ABCA
RGB
CMYK
RGB Variations
Color information
#D4ABCA (or 0xD4ABCA) is known color: Maverick. HEX triplet: D4, AB and CA. RGB value is (212,171,202). Sum of RGB (Red+Green+Blue) = 212+171+202=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ABCA is #2B5435. Grayscale: #BABABA. Windows color (decimal): -2839606 or 13282260. OLE color: 13282260.
HSL color Cylindrical-coordinate representation of color #D4ABCA: hue angle of 314.63º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4ABCA is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 171 | 202 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.17 |
| HSL | 314.63º | 0.32% | 0.75% | - |
| HSV(B) | 314.63º | 0.19% | 0.83% | - |
| XYZ | 52.37 | 47.39 | 62.26 | - |
| YUV | 186.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 202 | 0 | 0.19 | 0.05 | 0.17 | 314.63 | 0.32 | 0.75 |
| Hex | D4 | AB | CA | 0 | 13 | 5 | 11 | 13B | 20 | 4B |
| Octal | 324 | 253 | 312 | 0 | 23 | 5 | 21 | 473 | 40 | 113 |
| Binary | 11010100 | 10101011 | 11001010 | 0 | 10011 | 101 | 10001 | 100111011 | 100000 | 1001011 |
Color Harmonies of #D4ABCA
Complementary color
Monochromatic Colors of #D4ABCA
Black with #D4ABCA
Text Example
Text Example
White with #D4ABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ABCA; }
p { color: rgb(212,171,202); }
H1.HeaderClassName
{
color: #D4ABCA;
}
.AnyTagClassName
{
color: #D4ABCA;
}
</style>
background-color css
<style>
a { background-color: #D4ABCA; }
a { background-color: rgb(212,171,202); }
div.DivClassName
{
background-color: #D4ABCA;
}
.BgClassName
{
background-color: #D4ABCA;
}
</style>
border-color css
<style>
span { border-color: #D4ABCA; }
span { border-color: rgb(212,171,202); }
td.TdClassName
{
border-color: #D4ABCA;
}
.TagClassName
{
border-color: #D4ABCA;
}
</style>