Shades of Maverick #D3AEC8
Tints of Maverick #D3AEC8
RGB
CMYK
RGB Variations
Color information
#D3AEC8 (or 0xD3AEC8) is known color: Maverick. HEX triplet: D3, AE and C8. RGB value is (211,174,200). Sum of RGB (Red+Green+Blue) = 211+174+200=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AEC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AEC8 is #2C5137. Grayscale: #BBBBBB. Windows color (decimal): -2904376 or 13151955. OLE color: 13151955.
HSL color Cylindrical-coordinate representation of color #D3AEC8: hue angle of 317.84º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3AEC8 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 174 | 200 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.17 |
| HSL | 317.84º | 0.3% | 0.75% | - |
| HSV(B) | 317.84º | 0.18% | 0.83% | - |
| XYZ | 52.43 | 48.29 | 61.2 | - |
| YUV | 188.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 174 | 200 | 0 | 0.18 | 0.05 | 0.17 | 317.84 | 0.3 | 0.75 |
| Hex | D3 | AE | C8 | 0 | 12 | 5 | 11 | 13E | 1E | 4B |
| Octal | 323 | 256 | 310 | 0 | 22 | 5 | 21 | 476 | 36 | 113 |
| Binary | 11010011 | 10101110 | 11001000 | 0 | 10010 | 101 | 10001 | 100111110 | 11110 | 1001011 |
Color Harmonies of #D3AEC8
Complementary color
Monochromatic Colors of #D3AEC8
Black with #D3AEC8
Text Example
Text Example
White with #D3AEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AEC8; }
p { color: rgb(211,174,200); }
H1.HeaderClassName
{
color: #D3AEC8;
}
.AnyTagClassName
{
color: #D3AEC8;
}
</style>
background-color css
<style>
a { background-color: #D3AEC8; }
a { background-color: rgb(211,174,200); }
div.DivClassName
{
background-color: #D3AEC8;
}
.BgClassName
{
background-color: #D3AEC8;
}
</style>
border-color css
<style>
span { border-color: #D3AEC8; }
span { border-color: rgb(211,174,200); }
td.TdClassName
{
border-color: #D3AEC8;
}
.TagClassName
{
border-color: #D3AEC8;
}
</style>