Shades of Maverick #D0AAC4
Tints of Maverick #D0AAC4
RGB
CMYK
RGB Variations
Color information
#D0AAC4 (or 0xD0AAC4) is known color: Maverick. HEX triplet: D0, AA and C4. RGB value is (208,170,196). Sum of RGB (Red+Green+Blue) = 208+170+196=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AAC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AAC4 is #2F553B. Grayscale: #B8B8B8. Windows color (decimal): -3102012 or 12888784. OLE color: 12888784.
HSL color Cylindrical-coordinate representation of color #D0AAC4: hue angle of 318.95º degrees, saturation: 0.29, 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 #D0AAC4 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 196 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.18 |
| HSL | 318.95º | 0.29% | 0.74% | - |
| HSV(B) | 318.95º | 0.18% | 0.82% | - |
| XYZ | 50.35 | 46.14 | 58.48 | - |
| YUV | 184.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 196 | 0 | 0.18 | 0.06 | 0.18 | 318.95 | 0.29 | 0.74 |
| Hex | D0 | AA | C4 | 0 | 12 | 6 | 12 | 13F | 1D | 4A |
| Octal | 320 | 252 | 304 | 0 | 22 | 6 | 22 | 477 | 35 | 112 |
| Binary | 11010000 | 10101010 | 11000100 | 0 | 10010 | 110 | 10010 | 100111111 | 11101 | 1001010 |
Color Harmonies of #D0AAC4
Complementary color
Monochromatic Colors of #D0AAC4
Black with #D0AAC4
Text Example
Text Example
White with #D0AAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AAC4; }
p { color: rgb(208,170,196); }
H1.HeaderClassName
{
color: #D0AAC4;
}
.AnyTagClassName
{
color: #D0AAC4;
}
</style>
background-color css
<style>
a { background-color: #D0AAC4; }
a { background-color: rgb(208,170,196); }
div.DivClassName
{
background-color: #D0AAC4;
}
.BgClassName
{
background-color: #D0AAC4;
}
</style>
border-color css
<style>
span { border-color: #D0AAC4; }
span { border-color: rgb(208,170,196); }
td.TdClassName
{
border-color: #D0AAC4;
}
.TagClassName
{
border-color: #D0AAC4;
}
</style>