Shades of Maverick #D7AFC8
Tints of Maverick #D7AFC8
RGB
CMYK
RGB Variations
Color information
#D7AFC8 (or 0xD7AFC8) is known color: Maverick. HEX triplet: D7, AF and C8. RGB value is (215,175,200). Sum of RGB (Red+Green+Blue) = 215+175+200=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFC8 is #285037. Grayscale: #BDBDBD. Windows color (decimal): -2641976 or 13152215. OLE color: 13152215.
HSL color Cylindrical-coordinate representation of color #D7AFC8: hue angle of 322.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 #D7AFC8 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 200 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.16 |
| HSL | 322.5º | 0.33% | 0.76% | - |
| HSV(B) | 322.5º | 0.19% | 0.84% | - |
| XYZ | 53.78 | 49.28 | 61.32 | - |
| YUV | 189.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 200 | 0 | 0.19 | 0.07 | 0.16 | 322.5 | 0.33 | 0.76 |
| Hex | D7 | AF | C8 | 0 | 13 | 7 | 10 | 142 | 21 | 4C |
| Octal | 327 | 257 | 310 | 0 | 23 | 7 | 20 | 502 | 41 | 114 |
| Binary | 11010111 | 10101111 | 11001000 | 0 | 10011 | 111 | 10000 | 101000010 | 100001 | 1001100 |
Color Harmonies of #D7AFC8
Complementary color
Monochromatic Colors of #D7AFC8
Black with #D7AFC8
Text Example
Text Example
White with #D7AFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AFC8; }
p { color: rgb(215,175,200); }
H1.HeaderClassName
{
color: #D7AFC8;
}
.AnyTagClassName
{
color: #D7AFC8;
}
</style>
background-color css
<style>
a { background-color: #D7AFC8; }
a { background-color: rgb(215,175,200); }
div.DivClassName
{
background-color: #D7AFC8;
}
.BgClassName
{
background-color: #D7AFC8;
}
</style>
border-color css
<style>
span { border-color: #D7AFC8; }
span { border-color: rgb(215,175,200); }
td.TdClassName
{
border-color: #D7AFC8;
}
.TagClassName
{
border-color: #D7AFC8;
}
</style>