Shades of Maverick #D4AEC0
Tints of Maverick #D4AEC0
RGB
CMYK
RGB Variations
Color information
#D4AEC0 (or 0xD4AEC0) is known color: Maverick. HEX triplet: D4, AE and C0. RGB value is (212,174,192). Sum of RGB (Red+Green+Blue) = 212+174+192=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AEC0 is #2B513F. Grayscale: #BBBBBB. Windows color (decimal): -2838848 or 12627668. OLE color: 12627668.
HSL color Cylindrical-coordinate representation of color #D4AEC0: hue angle of 331.58º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4AEC0 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 174 | 192 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.17 |
| HSL | 331.58º | 0.31% | 0.76% | - |
| HSV(B) | 331.58º | 0.18% | 0.83% | - |
| XYZ | 51.8 | 48.07 | 56.42 | - |
| YUV | 187.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 174 | 192 | 0 | 0.18 | 0.09 | 0.17 | 331.58 | 0.31 | 0.76 |
| Hex | D4 | AE | C0 | 0 | 12 | 9 | 11 | 14C | 1F | 4C |
| Octal | 324 | 256 | 300 | 0 | 22 | 11 | 21 | 514 | 37 | 114 |
| Binary | 11010100 | 10101110 | 11000000 | 0 | 10010 | 1001 | 10001 | 101001100 | 11111 | 1001100 |
Color Harmonies of #D4AEC0
Complementary color
Monochromatic Colors of #D4AEC0
Black with #D4AEC0
Text Example
Text Example
White with #D4AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AEC0; }
p { color: rgb(212,174,192); }
H1.HeaderClassName
{
color: #D4AEC0;
}
.AnyTagClassName
{
color: #D4AEC0;
}
</style>
background-color css
<style>
a { background-color: #D4AEC0; }
a { background-color: rgb(212,174,192); }
div.DivClassName
{
background-color: #D4AEC0;
}
.BgClassName
{
background-color: #D4AEC0;
}
</style>
border-color css
<style>
span { border-color: #D4AEC0; }
span { border-color: rgb(212,174,192); }
td.TdClassName
{
border-color: #D4AEC0;
}
.TagClassName
{
border-color: #D4AEC0;
}
</style>