Shades of Maverick #D2ABCA
Tints of Maverick #D2ABCA
RGB
CMYK
RGB Variations
Color information
#D2ABCA (or 0xD2ABCA) is known color: Maverick. HEX triplet: D2, AB and CA. RGB value is (210,171,202). Sum of RGB (Red+Green+Blue) = 210+171+202=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABCA is #2D5435. Grayscale: #BABABA. Windows color (decimal): -2970678 or 13282258. OLE color: 13282258.
HSL color Cylindrical-coordinate representation of color #D2ABCA: hue angle of 312.31º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2ABCA is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 202 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.18 |
| HSL | 312.31º | 0.3% | 0.75% | - |
| HSV(B) | 312.31º | 0.19% | 0.82% | - |
| XYZ | 51.8 | 47.09 | 62.24 | - |
| YUV | 186.2 | 136.92 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 202 | 0 | 0.19 | 0.04 | 0.18 | 312.31 | 0.3 | 0.75 |
| Hex | D2 | AB | CA | 0 | 13 | 4 | 12 | 138 | 1E | 4B |
| Octal | 322 | 253 | 312 | 0 | 23 | 4 | 22 | 470 | 36 | 113 |
| Binary | 11010010 | 10101011 | 11001010 | 0 | 10011 | 100 | 10010 | 100111000 | 11110 | 1001011 |
Color Harmonies of #D2ABCA
Complementary color
Monochromatic Colors of #D2ABCA
Black with #D2ABCA
Text Example
Text Example
White with #D2ABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ABCA; }
p { color: rgb(210,171,202); }
H1.HeaderClassName
{
color: #D2ABCA;
}
.AnyTagClassName
{
color: #D2ABCA;
}
</style>
background-color css
<style>
a { background-color: #D2ABCA; }
a { background-color: rgb(210,171,202); }
div.DivClassName
{
background-color: #D2ABCA;
}
.BgClassName
{
background-color: #D2ABCA;
}
</style>
border-color css
<style>
span { border-color: #D2ABCA; }
span { border-color: rgb(210,171,202); }
td.TdClassName
{
border-color: #D2ABCA;
}
.TagClassName
{
border-color: #D2ABCA;
}
</style>