Shades of Maverick #CEAEC6
Tints of Maverick #CEAEC6
RGB
CMYK
RGB Variations
Color information
#CEAEC6 (or 0xCEAEC6) is known color: Maverick. HEX triplet: CE, AE and C6. RGB value is (206,174,198). Sum of RGB (Red+Green+Blue) = 206+174+198=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEC6 is #315139. Grayscale: #BABABA. Windows color (decimal): -3232058 or 13020878. OLE color: 13020878.
HSL color Cylindrical-coordinate representation of color #CEAEC6: hue angle of 315º 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 #CEAEC6 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 174 | 198 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.19 |
| HSL | 315º | 0.25% | 0.75% | - |
| HSV(B) | 315º | 0.16% | 0.81% | - |
| XYZ | 50.78 | 47.47 | 59.91 | - |
| YUV | 186.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 198 | 0 | 0.16 | 0.04 | 0.19 | 315 | 0.25 | 0.75 |
| Hex | CE | AE | C6 | 0 | 10 | 4 | 13 | 13B | 19 | 4B |
| Octal | 316 | 256 | 306 | 0 | 20 | 4 | 23 | 473 | 31 | 113 |
| Binary | 11001110 | 10101110 | 11000110 | 0 | 10000 | 100 | 10011 | 100111011 | 11001 | 1001011 |
Color Harmonies of #CEAEC6
Complementary color
Monochromatic Colors of #CEAEC6
Black with #CEAEC6
Text Example
Text Example
White with #CEAEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAEC6; }
p { color: rgb(206,174,198); }
H1.HeaderClassName
{
color: #CEAEC6;
}
.AnyTagClassName
{
color: #CEAEC6;
}
</style>
background-color css
<style>
a { background-color: #CEAEC6; }
a { background-color: rgb(206,174,198); }
div.DivClassName
{
background-color: #CEAEC6;
}
.BgClassName
{
background-color: #CEAEC6;
}
</style>
border-color css
<style>
span { border-color: #CEAEC6; }
span { border-color: rgb(206,174,198); }
td.TdClassName
{
border-color: #CEAEC6;
}
.TagClassName
{
border-color: #CEAEC6;
}
</style>