Shades of Maverick #D3AEBF
Tints of Maverick #D3AEBF
RGB
CMYK
RGB Variations
Color information
#D3AEBF (or 0xD3AEBF) is known color: Maverick. HEX triplet: D3, AE and BF. RGB value is (211,174,191). Sum of RGB (Red+Green+Blue) = 211+174+191=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AEBF is #2C5140. Grayscale: #BABABA. Windows color (decimal): -2904385 or 12562131. OLE color: 12562131.
HSL color Cylindrical-coordinate representation of color #D3AEBF: hue angle of 332.43º 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 #D3AEBF is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 174 | 191 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.17 |
| HSL | 332.43º | 0.3% | 0.75% | - |
| HSV(B) | 332.43º | 0.18% | 0.83% | - |
| XYZ | 51.4 | 47.88 | 55.82 | - |
| YUV | 187 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 174 | 191 | 0 | 0.18 | 0.09 | 0.17 | 332.43 | 0.3 | 0.75 |
| Hex | D3 | AE | BF | 0 | 12 | 9 | 11 | 14C | 1E | 4B |
| Octal | 323 | 256 | 277 | 0 | 22 | 11 | 21 | 514 | 36 | 113 |
| Binary | 11010011 | 10101110 | 10111111 | 0 | 10010 | 1001 | 10001 | 101001100 | 11110 | 1001011 |
Color Harmonies of #D3AEBF
Complementary color
Monochromatic Colors of #D3AEBF
Black with #D3AEBF
Text Example
Text Example
White with #D3AEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AEBF; }
p { color: rgb(211,174,191); }
H1.HeaderClassName
{
color: #D3AEBF;
}
.AnyTagClassName
{
color: #D3AEBF;
}
</style>
background-color css
<style>
a { background-color: #D3AEBF; }
a { background-color: rgb(211,174,191); }
div.DivClassName
{
background-color: #D3AEBF;
}
.BgClassName
{
background-color: #D3AEBF;
}
</style>
border-color css
<style>
span { border-color: #D3AEBF; }
span { border-color: rgb(211,174,191); }
td.TdClassName
{
border-color: #D3AEBF;
}
.TagClassName
{
border-color: #D3AEBF;
}
</style>