Shades of Maverick #D2AFC8
Tints of Maverick #D2AFC8
RGB
CMYK
RGB Variations
Color information
#D2AFC8 (or 0xD2AFC8) is known color: Maverick. HEX triplet: D2, AF and C8. RGB value is (210,175,200). Sum of RGB (Red+Green+Blue) = 210+175+200=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFC8 is #2D5037. Grayscale: #BCBCBC. Windows color (decimal): -2969656 or 13152210. OLE color: 13152210.
HSL color Cylindrical-coordinate representation of color #D2AFC8: hue angle of 317.14º 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 #D2AFC8 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 200 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.18 |
| HSL | 317.14º | 0.28% | 0.75% | - |
| HSV(B) | 317.14º | 0.17% | 0.82% | - |
| XYZ | 52.33 | 48.53 | 61.25 | - |
| YUV | 188.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 200 | 0 | 0.17 | 0.05 | 0.18 | 317.14 | 0.28 | 0.75 |
| Hex | D2 | AF | C8 | 0 | 11 | 5 | 12 | 13D | 1C | 4B |
| Octal | 322 | 257 | 310 | 0 | 21 | 5 | 22 | 475 | 34 | 113 |
| Binary | 11010010 | 10101111 | 11001000 | 0 | 10001 | 101 | 10010 | 100111101 | 11100 | 1001011 |
Color Harmonies of #D2AFC8
Complementary color
Monochromatic Colors of #D2AFC8
Black with #D2AFC8
Text Example
Text Example
White with #D2AFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AFC8; }
p { color: rgb(210,175,200); }
H1.HeaderClassName
{
color: #D2AFC8;
}
.AnyTagClassName
{
color: #D2AFC8;
}
</style>
background-color css
<style>
a { background-color: #D2AFC8; }
a { background-color: rgb(210,175,200); }
div.DivClassName
{
background-color: #D2AFC8;
}
.BgClassName
{
background-color: #D2AFC8;
}
</style>
border-color css
<style>
span { border-color: #D2AFC8; }
span { border-color: rgb(210,175,200); }
td.TdClassName
{
border-color: #D2AFC8;
}
.TagClassName
{
border-color: #D2AFC8;
}
</style>