Shades of Maverick #D7AFCC
Tints of Maverick #D7AFCC
RGB
CMYK
RGB Variations
Color information
#D7AFCC (or 0xD7AFCC) is known color: Maverick. HEX triplet: D7, AF and CC. RGB value is (215,175,204). Sum of RGB (Red+Green+Blue) = 215+175+204=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFCC is #285033. Grayscale: #BEBEBE. Windows color (decimal): -2641972 or 13414359. OLE color: 13414359.
HSL color Cylindrical-coordinate representation of color #D7AFCC: hue angle of 316.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7AFCC is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 204 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.16 |
| HSL | 316.5º | 0.33% | 0.76% | - |
| HSV(B) | 316.5º | 0.19% | 0.84% | - |
| XYZ | 54.25 | 49.47 | 63.82 | - |
| YUV | 190.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 204 | 0 | 0.19 | 0.05 | 0.16 | 316.5 | 0.33 | 0.76 |
| Hex | D7 | AF | CC | 0 | 13 | 5 | 10 | 13C | 21 | 4C |
| Octal | 327 | 257 | 314 | 0 | 23 | 5 | 20 | 474 | 41 | 114 |
| Binary | 11010111 | 10101111 | 11001100 | 0 | 10011 | 101 | 10000 | 100111100 | 100001 | 1001100 |
Color Harmonies of #D7AFCC
Complementary color
Monochromatic Colors of #D7AFCC
Black with #D7AFCC
Text Example
Text Example
White with #D7AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AFCC; }
p { color: rgb(215,175,204); }
H1.HeaderClassName
{
color: #D7AFCC;
}
.AnyTagClassName
{
color: #D7AFCC;
}
</style>
background-color css
<style>
a { background-color: #D7AFCC; }
a { background-color: rgb(215,175,204); }
div.DivClassName
{
background-color: #D7AFCC;
}
.BgClassName
{
background-color: #D7AFCC;
}
</style>
border-color css
<style>
span { border-color: #D7AFCC; }
span { border-color: rgb(215,175,204); }
td.TdClassName
{
border-color: #D7AFCC;
}
.TagClassName
{
border-color: #D7AFCC;
}
</style>