Shades of Maverick #CEAEC7
Tints of Maverick #CEAEC7
RGB
CMYK
RGB Variations
Color information
#CEAEC7 (or 0xCEAEC7) is known color: Maverick. HEX triplet: CE, AE and C7. RGB value is (206,174,199). Sum of RGB (Red+Green+Blue) = 206+174+199=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEC7 is #315138. Grayscale: #BABABA. Windows color (decimal): -3232057 or 13086414. OLE color: 13086414.
HSL color Cylindrical-coordinate representation of color #CEAEC7: hue angle of 313.12º 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 #CEAEC7 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 174 | 199 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.19 |
| HSL | 313.13º | 0.25% | 0.75% | - |
| HSV(B) | 313.13º | 0.16% | 0.81% | - |
| XYZ | 50.9 | 47.52 | 60.52 | - |
| YUV | 186.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 199 | 0 | 0.16 | 0.03 | 0.19 | 313.13 | 0.25 | 0.75 |
| Hex | CE | AE | C7 | 0 | 10 | 3 | 13 | 139 | 19 | 4B |
| Octal | 316 | 256 | 307 | 0 | 20 | 3 | 23 | 471 | 31 | 113 |
| Binary | 11001110 | 10101110 | 11000111 | 0 | 10000 | 11 | 10011 | 100111001 | 11001 | 1001011 |
Color Harmonies of #CEAEC7
Complementary color
Monochromatic Colors of #CEAEC7
Black with #CEAEC7
Text Example
Text Example
White with #CEAEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAEC7; }
p { color: rgb(206,174,199); }
H1.HeaderClassName
{
color: #CEAEC7;
}
.AnyTagClassName
{
color: #CEAEC7;
}
</style>
background-color css
<style>
a { background-color: #CEAEC7; }
a { background-color: rgb(206,174,199); }
div.DivClassName
{
background-color: #CEAEC7;
}
.BgClassName
{
background-color: #CEAEC7;
}
</style>
border-color css
<style>
span { border-color: #CEAEC7; }
span { border-color: rgb(206,174,199); }
td.TdClassName
{
border-color: #CEAEC7;
}
.TagClassName
{
border-color: #CEAEC7;
}
</style>