Shades of Maverick #D0ABC4
Tints of Maverick #D0ABC4
RGB
CMYK
RGB Variations
Color information
#D0ABC4 (or 0xD0ABC4) is known color: Maverick. HEX triplet: D0, AB and C4. RGB value is (208,171,196). Sum of RGB (Red+Green+Blue) = 208+171+196=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ABC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABC4 is #2F543B. Grayscale: #B8B8B8. Windows color (decimal): -3101756 or 12889040. OLE color: 12889040.
HSL color Cylindrical-coordinate representation of color #D0ABC4: hue angle of 319.46º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0ABC4 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 196 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.18 |
| HSL | 319.46º | 0.28% | 0.74% | - |
| HSV(B) | 319.46º | 0.18% | 0.82% | - |
| XYZ | 50.54 | 46.52 | 58.54 | - |
| YUV | 184.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 196 | 0 | 0.18 | 0.06 | 0.18 | 319.46 | 0.28 | 0.74 |
| Hex | D0 | AB | C4 | 0 | 12 | 6 | 12 | 13F | 1C | 4A |
| Octal | 320 | 253 | 304 | 0 | 22 | 6 | 22 | 477 | 34 | 112 |
| Binary | 11010000 | 10101011 | 11000100 | 0 | 10010 | 110 | 10010 | 100111111 | 11100 | 1001010 |
Color Harmonies of #D0ABC4
Complementary color
Monochromatic Colors of #D0ABC4
Black with #D0ABC4
Text Example
Text Example
White with #D0ABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ABC4; }
p { color: rgb(208,171,196); }
H1.HeaderClassName
{
color: #D0ABC4;
}
.AnyTagClassName
{
color: #D0ABC4;
}
</style>
background-color css
<style>
a { background-color: #D0ABC4; }
a { background-color: rgb(208,171,196); }
div.DivClassName
{
background-color: #D0ABC4;
}
.BgClassName
{
background-color: #D0ABC4;
}
</style>
border-color css
<style>
span { border-color: #D0ABC4; }
span { border-color: rgb(208,171,196); }
td.TdClassName
{
border-color: #D0ABC4;
}
.TagClassName
{
border-color: #D0ABC4;
}
</style>