Shades of Maverick #D3AFC5
Tints of Maverick #D3AFC5
RGB
CMYK
RGB Variations
Color information
#D3AFC5 (or 0xD3AFC5) is known color: Maverick. HEX triplet: D3, AF and C5. RGB value is (211,175,197). Sum of RGB (Red+Green+Blue) = 211+175+197=583 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.19% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFC5 is #2C503A. Grayscale: #BCBCBC. Windows color (decimal): -2904123 or 12955603. OLE color: 12955603.
HSL color Cylindrical-coordinate representation of color #D3AFC5: hue angle of 323.33º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3AFC5 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 175 | 197 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.17 |
| HSL | 323.33º | 0.29% | 0.76% | - |
| HSV(B) | 323.33º | 0.17% | 0.83% | - |
| XYZ | 52.27 | 48.54 | 59.44 | - |
| YUV | 188.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 197 | 0 | 0.17 | 0.07 | 0.17 | 323.33 | 0.29 | 0.76 |
| Hex | D3 | AF | C5 | 0 | 11 | 7 | 11 | 143 | 1D | 4C |
| Octal | 323 | 257 | 305 | 0 | 21 | 7 | 21 | 503 | 35 | 114 |
| Binary | 11010011 | 10101111 | 11000101 | 0 | 10001 | 111 | 10001 | 101000011 | 11101 | 1001100 |
Color Harmonies of #D3AFC5
Complementary color
Monochromatic Colors of #D3AFC5
Black with #D3AFC5
Text Example
Text Example
White with #D3AFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AFC5; }
p { color: rgb(211,175,197); }
H1.HeaderClassName
{
color: #D3AFC5;
}
.AnyTagClassName
{
color: #D3AFC5;
}
</style>
background-color css
<style>
a { background-color: #D3AFC5; }
a { background-color: rgb(211,175,197); }
div.DivClassName
{
background-color: #D3AFC5;
}
.BgClassName
{
background-color: #D3AFC5;
}
</style>
border-color css
<style>
span { border-color: #D3AFC5; }
span { border-color: rgb(211,175,197); }
td.TdClassName
{
border-color: #D3AFC5;
}
.TagClassName
{
border-color: #D3AFC5;
}
</style>