Shades of Maverick #D2ABC4
Tints of Maverick #D2ABC4
RGB
CMYK
RGB Variations
Color information
#D2ABC4 (or 0xD2ABC4) is known color: Maverick. HEX triplet: D2, AB and C4. RGB value is (210,171,196). Sum of RGB (Red+Green+Blue) = 210+171+196=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ABC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABC4 is #2D543B. Grayscale: #B9B9B9. Windows color (decimal): -2970684 or 12889042. OLE color: 12889042.
HSL color Cylindrical-coordinate representation of color #D2ABC4: hue angle of 321.54º 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 #D2ABC4 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 196 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.18 |
| HSL | 321.54º | 0.3% | 0.75% | - |
| HSV(B) | 321.54º | 0.19% | 0.82% | - |
| XYZ | 51.11 | 46.81 | 58.57 | - |
| YUV | 185.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 196 | 0 | 0.19 | 0.07 | 0.18 | 321.54 | 0.3 | 0.75 |
| Hex | D2 | AB | C4 | 0 | 13 | 7 | 12 | 142 | 1E | 4B |
| Octal | 322 | 253 | 304 | 0 | 23 | 7 | 22 | 502 | 36 | 113 |
| Binary | 11010010 | 10101011 | 11000100 | 0 | 10011 | 111 | 10010 | 101000010 | 11110 | 1001011 |
Color Harmonies of #D2ABC4
Complementary color
Monochromatic Colors of #D2ABC4
Black with #D2ABC4
Text Example
Text Example
White with #D2ABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ABC4; }
p { color: rgb(210,171,196); }
H1.HeaderClassName
{
color: #D2ABC4;
}
.AnyTagClassName
{
color: #D2ABC4;
}
</style>
background-color css
<style>
a { background-color: #D2ABC4; }
a { background-color: rgb(210,171,196); }
div.DivClassName
{
background-color: #D2ABC4;
}
.BgClassName
{
background-color: #D2ABC4;
}
</style>
border-color css
<style>
span { border-color: #D2ABC4; }
span { border-color: rgb(210,171,196); }
td.TdClassName
{
border-color: #D2ABC4;
}
.TagClassName
{
border-color: #D2ABC4;
}
</style>