Shades of Maverick #D4AEBF
Tints of Maverick #D4AEBF
RGB
CMYK
RGB Variations
Color information
#D4AEBF (or 0xD4AEBF) is known color: Maverick. HEX triplet: D4, AE and BF. RGB value is (212,174,191). Sum of RGB (Red+Green+Blue) = 212+174+191=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AEBF is #2B5140. Grayscale: #BBBBBB. Windows color (decimal): -2838849 or 12562132. OLE color: 12562132.
HSL color Cylindrical-coordinate representation of color #D4AEBF: hue angle of 333.16º 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 #D4AEBF is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 174 | 191 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.17 |
| HSL | 333.16º | 0.31% | 0.76% | - |
| HSV(B) | 333.16º | 0.18% | 0.83% | - |
| XYZ | 51.69 | 48.03 | 55.84 | - |
| YUV | 187.3 | 130.09 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 174 | 191 | 0 | 0.18 | 0.10 | 0.17 | 333.16 | 0.31 | 0.76 |
| Hex | D4 | AE | BF | 0 | 12 | A | 11 | 14D | 1F | 4C |
| Octal | 324 | 256 | 277 | 0 | 22 | 12 | 21 | 515 | 37 | 114 |
| Binary | 11010100 | 10101110 | 10111111 | 0 | 10010 | 1010 | 10001 | 101001101 | 11111 | 1001100 |
Color Harmonies of #D4AEBF
Complementary color
Monochromatic Colors of #D4AEBF
Black with #D4AEBF
Text Example
Text Example
White with #D4AEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AEBF; }
p { color: rgb(212,174,191); }
H1.HeaderClassName
{
color: #D4AEBF;
}
.AnyTagClassName
{
color: #D4AEBF;
}
</style>
background-color css
<style>
a { background-color: #D4AEBF; }
a { background-color: rgb(212,174,191); }
div.DivClassName
{
background-color: #D4AEBF;
}
.BgClassName
{
background-color: #D4AEBF;
}
</style>
border-color css
<style>
span { border-color: #D4AEBF; }
span { border-color: rgb(212,174,191); }
td.TdClassName
{
border-color: #D4AEBF;
}
.TagClassName
{
border-color: #D4AEBF;
}
</style>