Shades of Maverick #CEAEC5
Tints of Maverick #CEAEC5
RGB
CMYK
RGB Variations
Color information
#CEAEC5 (or 0xCEAEC5) is known color: Maverick. HEX triplet: CE, AE and C5. RGB value is (206,174,197). Sum of RGB (Red+Green+Blue) = 206+174+197=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEC5 is #31513A. Grayscale: #BABABA. Windows color (decimal): -3232059 or 12955342. OLE color: 12955342.
HSL color Cylindrical-coordinate representation of color #CEAEC5: hue angle of 316.88º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEAEC5 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 174 | 197 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.19 |
| HSL | 316.88º | 0.25% | 0.75% | - |
| HSV(B) | 316.88º | 0.16% | 0.81% | - |
| XYZ | 50.67 | 47.43 | 59.31 | - |
| YUV | 186.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 197 | 0 | 0.16 | 0.04 | 0.19 | 316.88 | 0.25 | 0.75 |
| Hex | CE | AE | C5 | 0 | 10 | 4 | 13 | 13D | 19 | 4B |
| Octal | 316 | 256 | 305 | 0 | 20 | 4 | 23 | 475 | 31 | 113 |
| Binary | 11001110 | 10101110 | 11000101 | 0 | 10000 | 100 | 10011 | 100111101 | 11001 | 1001011 |
Color Harmonies of #CEAEC5
Complementary color
Monochromatic Colors of #CEAEC5
Black with #CEAEC5
Text Example
Text Example
White with #CEAEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAEC5; }
p { color: rgb(206,174,197); }
H1.HeaderClassName
{
color: #CEAEC5;
}
.AnyTagClassName
{
color: #CEAEC5;
}
</style>
background-color css
<style>
a { background-color: #CEAEC5; }
a { background-color: rgb(206,174,197); }
div.DivClassName
{
background-color: #CEAEC5;
}
.BgClassName
{
background-color: #CEAEC5;
}
</style>
border-color css
<style>
span { border-color: #CEAEC5; }
span { border-color: rgb(206,174,197); }
td.TdClassName
{
border-color: #CEAEC5;
}
.TagClassName
{
border-color: #CEAEC5;
}
</style>