Shades of Maverick #D3AFC4
Tints of Maverick #D3AFC4
RGB
CMYK
RGB Variations
Color information
#D3AFC4 (or 0xD3AFC4) is known color: Maverick. HEX triplet: D3, AF and C4. RGB value is (211,175,196). Sum of RGB (Red+Green+Blue) = 211+175+196=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFC4 is #2C503B. Grayscale: #BCBCBC. Windows color (decimal): -2904124 or 12890067. OLE color: 12890067.
HSL color Cylindrical-coordinate representation of color #D3AFC4: hue angle of 325º 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 #D3AFC4 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 175 | 196 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.17 |
| HSL | 325º | 0.29% | 0.76% | - |
| HSV(B) | 325º | 0.17% | 0.83% | - |
| XYZ | 52.16 | 48.49 | 58.84 | - |
| YUV | 188.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 196 | 0 | 0.17 | 0.07 | 0.17 | 325 | 0.29 | 0.76 |
| Hex | D3 | AF | C4 | 0 | 11 | 7 | 11 | 145 | 1D | 4C |
| Octal | 323 | 257 | 304 | 0 | 21 | 7 | 21 | 505 | 35 | 114 |
| Binary | 11010011 | 10101111 | 11000100 | 0 | 10001 | 111 | 10001 | 101000101 | 11101 | 1001100 |
Color Harmonies of #D3AFC4
Complementary color
Monochromatic Colors of #D3AFC4
Black with #D3AFC4
Text Example
Text Example
White with #D3AFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AFC4; }
p { color: rgb(211,175,196); }
H1.HeaderClassName
{
color: #D3AFC4;
}
.AnyTagClassName
{
color: #D3AFC4;
}
</style>
background-color css
<style>
a { background-color: #D3AFC4; }
a { background-color: rgb(211,175,196); }
div.DivClassName
{
background-color: #D3AFC4;
}
.BgClassName
{
background-color: #D3AFC4;
}
</style>
border-color css
<style>
span { border-color: #D3AFC4; }
span { border-color: rgb(211,175,196); }
td.TdClassName
{
border-color: #D3AFC4;
}
.TagClassName
{
border-color: #D3AFC4;
}
</style>