Shades of Maverick #D2AFC5
Tints of Maverick #D2AFC5
RGB
CMYK
RGB Variations
Color information
#D2AFC5 (or 0xD2AFC5) is known color: Maverick. HEX triplet: D2, AF and C5. RGB value is (210,175,197). Sum of RGB (Red+Green+Blue) = 210+175+197=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFC5 is #2D503A. Grayscale: #BBBBBB. Windows color (decimal): -2969659 or 12955602. OLE color: 12955602.
HSL color Cylindrical-coordinate representation of color #D2AFC5: hue angle of 322.29º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2AFC5 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 197 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.18 |
| HSL | 322.29º | 0.28% | 0.75% | - |
| HSV(B) | 322.29º | 0.17% | 0.82% | - |
| XYZ | 51.99 | 48.39 | 59.42 | - |
| YUV | 187.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 197 | 0 | 0.17 | 0.06 | 0.18 | 322.29 | 0.28 | 0.75 |
| Hex | D2 | AF | C5 | 0 | 11 | 6 | 12 | 142 | 1C | 4B |
| Octal | 322 | 257 | 305 | 0 | 21 | 6 | 22 | 502 | 34 | 113 |
| Binary | 11010010 | 10101111 | 11000101 | 0 | 10001 | 110 | 10010 | 101000010 | 11100 | 1001011 |
Color Harmonies of #D2AFC5
Complementary color
Monochromatic Colors of #D2AFC5
Black with #D2AFC5
Text Example
Text Example
White with #D2AFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AFC5; }
p { color: rgb(210,175,197); }
H1.HeaderClassName
{
color: #D2AFC5;
}
.AnyTagClassName
{
color: #D2AFC5;
}
</style>
background-color css
<style>
a { background-color: #D2AFC5; }
a { background-color: rgb(210,175,197); }
div.DivClassName
{
background-color: #D2AFC5;
}
.BgClassName
{
background-color: #D2AFC5;
}
</style>
border-color css
<style>
span { border-color: #D2AFC5; }
span { border-color: rgb(210,175,197); }
td.TdClassName
{
border-color: #D2AFC5;
}
.TagClassName
{
border-color: #D2AFC5;
}
</style>