Shades of Maverick #D3AEC3
Tints of Maverick #D3AEC3
RGB
CMYK
RGB Variations
Color information
#D3AEC3 (or 0xD3AEC3) is known color: Maverick. HEX triplet: D3, AE and C3. RGB value is (211,174,195). Sum of RGB (Red+Green+Blue) = 211+174+195=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AEC3 is #2C513C. Grayscale: #BBBBBB. Windows color (decimal): -2904381 or 12824275. OLE color: 12824275.
HSL color Cylindrical-coordinate representation of color #D3AEC3: hue angle of 325.95º 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 #D3AEC3 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 174 | 195 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.17 |
| HSL | 325.95º | 0.3% | 0.75% | - |
| HSV(B) | 325.95º | 0.18% | 0.83% | - |
| XYZ | 51.85 | 48.06 | 58.17 | - |
| YUV | 187.46 | 132.26 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 174 | 195 | 0 | 0.18 | 0.08 | 0.17 | 325.95 | 0.3 | 0.75 |
| Hex | D3 | AE | C3 | 0 | 12 | 8 | 11 | 146 | 1E | 4B |
| Octal | 323 | 256 | 303 | 0 | 22 | 10 | 21 | 506 | 36 | 113 |
| Binary | 11010011 | 10101110 | 11000011 | 0 | 10010 | 1000 | 10001 | 101000110 | 11110 | 1001011 |
Color Harmonies of #D3AEC3
Complementary color
Monochromatic Colors of #D3AEC3
Black with #D3AEC3
Text Example
Text Example
White with #D3AEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AEC3; }
p { color: rgb(211,174,195); }
H1.HeaderClassName
{
color: #D3AEC3;
}
.AnyTagClassName
{
color: #D3AEC3;
}
</style>
background-color css
<style>
a { background-color: #D3AEC3; }
a { background-color: rgb(211,174,195); }
div.DivClassName
{
background-color: #D3AEC3;
}
.BgClassName
{
background-color: #D3AEC3;
}
</style>
border-color css
<style>
span { border-color: #D3AEC3; }
span { border-color: rgb(211,174,195); }
td.TdClassName
{
border-color: #D3AEC3;
}
.TagClassName
{
border-color: #D3AEC3;
}
</style>