Shades of Maverick #D0AEC8
Tints of Maverick #D0AEC8
RGB
CMYK
RGB Variations
Color information
#D0AEC8 (or 0xD0AEC8) is known color: Maverick. HEX triplet: D0, AE and C8. RGB value is (208,174,200). Sum of RGB (Red+Green+Blue) = 208+174+200=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AEC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AEC8 is #2F5137. Grayscale: #BBBBBB. Windows color (decimal): -3100984 or 13151952. OLE color: 13151952.
HSL color Cylindrical-coordinate representation of color #D0AEC8: hue angle of 314.12º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0AEC8 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 174 | 200 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.18 |
| HSL | 314.12º | 0.27% | 0.75% | - |
| HSV(B) | 314.12º | 0.16% | 0.82% | - |
| XYZ | 51.57 | 47.85 | 61.16 | - |
| YUV | 187.13 | 135.26 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 174 | 200 | 0 | 0.16 | 0.04 | 0.18 | 314.12 | 0.27 | 0.75 |
| Hex | D0 | AE | C8 | 0 | 10 | 4 | 12 | 13A | 1B | 4B |
| Octal | 320 | 256 | 310 | 0 | 20 | 4 | 22 | 472 | 33 | 113 |
| Binary | 11010000 | 10101110 | 11001000 | 0 | 10000 | 100 | 10010 | 100111010 | 11011 | 1001011 |
Color Harmonies of #D0AEC8
Complementary color
Monochromatic Colors of #D0AEC8
Black with #D0AEC8
Text Example
Text Example
White with #D0AEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AEC8; }
p { color: rgb(208,174,200); }
H1.HeaderClassName
{
color: #D0AEC8;
}
.AnyTagClassName
{
color: #D0AEC8;
}
</style>
background-color css
<style>
a { background-color: #D0AEC8; }
a { background-color: rgb(208,174,200); }
div.DivClassName
{
background-color: #D0AEC8;
}
.BgClassName
{
background-color: #D0AEC8;
}
</style>
border-color css
<style>
span { border-color: #D0AEC8; }
span { border-color: rgb(208,174,200); }
td.TdClassName
{
border-color: #D0AEC8;
}
.TagClassName
{
border-color: #D0AEC8;
}
</style>