Shades of Maverick #D2AFC7
Tints of Maverick #D2AFC7
RGB
CMYK
RGB Variations
Color information
#D2AFC7 (or 0xD2AFC7) is known color: Maverick. HEX triplet: D2, AF and C7. RGB value is (210,175,199). Sum of RGB (Red+Green+Blue) = 210+175+199=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFC7 is #2D5038. Grayscale: #BCBCBC. Windows color (decimal): -2969657 or 13086674. OLE color: 13086674.
HSL color Cylindrical-coordinate representation of color #D2AFC7: hue angle of 318.86º 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 #D2AFC7 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 199 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.18 |
| HSL | 318.86º | 0.28% | 0.75% | - |
| HSV(B) | 318.86º | 0.17% | 0.82% | - |
| XYZ | 52.22 | 48.49 | 60.64 | - |
| YUV | 188.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 199 | 0 | 0.17 | 0.05 | 0.18 | 318.86 | 0.28 | 0.75 |
| Hex | D2 | AF | C7 | 0 | 11 | 5 | 12 | 13F | 1C | 4B |
| Octal | 322 | 257 | 307 | 0 | 21 | 5 | 22 | 477 | 34 | 113 |
| Binary | 11010010 | 10101111 | 11000111 | 0 | 10001 | 101 | 10010 | 100111111 | 11100 | 1001011 |
Color Harmonies of #D2AFC7
Complementary color
Monochromatic Colors of #D2AFC7
Black with #D2AFC7
Text Example
Text Example
White with #D2AFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AFC7; }
p { color: rgb(210,175,199); }
H1.HeaderClassName
{
color: #D2AFC7;
}
.AnyTagClassName
{
color: #D2AFC7;
}
</style>
background-color css
<style>
a { background-color: #D2AFC7; }
a { background-color: rgb(210,175,199); }
div.DivClassName
{
background-color: #D2AFC7;
}
.BgClassName
{
background-color: #D2AFC7;
}
</style>
border-color css
<style>
span { border-color: #D2AFC7; }
span { border-color: rgb(210,175,199); }
td.TdClassName
{
border-color: #D2AFC7;
}
.TagClassName
{
border-color: #D2AFC7;
}
</style>