Shades of Maverick #CEAEC8
Tints of Maverick #CEAEC8
RGB
CMYK
RGB Variations
Color information
#CEAEC8 (or 0xCEAEC8) is known color: Maverick. HEX triplet: CE, AE and C8. RGB value is (206,174,200). Sum of RGB (Red+Green+Blue) = 206+174+200=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEC8 is #315137. Grayscale: #BABABA. Windows color (decimal): -3232056 or 13151950. OLE color: 13151950.
HSL color Cylindrical-coordinate representation of color #CEAEC8: hue angle of 311.25º 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 #CEAEC8 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 174 | 200 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.19 |
| HSL | 311.25º | 0.25% | 0.75% | - |
| HSV(B) | 311.25º | 0.16% | 0.81% | - |
| XYZ | 51.01 | 47.56 | 61.14 | - |
| YUV | 186.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 200 | 0 | 0.16 | 0.03 | 0.19 | 311.25 | 0.25 | 0.75 |
| Hex | CE | AE | C8 | 0 | 10 | 3 | 13 | 137 | 19 | 4B |
| Octal | 316 | 256 | 310 | 0 | 20 | 3 | 23 | 467 | 31 | 113 |
| Binary | 11001110 | 10101110 | 11001000 | 0 | 10000 | 11 | 10011 | 100110111 | 11001 | 1001011 |
Color Harmonies of #CEAEC8
Complementary color
Monochromatic Colors of #CEAEC8
Black with #CEAEC8
Text Example
Text Example
White with #CEAEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAEC8; }
p { color: rgb(206,174,200); }
H1.HeaderClassName
{
color: #CEAEC8;
}
.AnyTagClassName
{
color: #CEAEC8;
}
</style>
background-color css
<style>
a { background-color: #CEAEC8; }
a { background-color: rgb(206,174,200); }
div.DivClassName
{
background-color: #CEAEC8;
}
.BgClassName
{
background-color: #CEAEC8;
}
</style>
border-color css
<style>
span { border-color: #CEAEC8; }
span { border-color: rgb(206,174,200); }
td.TdClassName
{
border-color: #CEAEC8;
}
.TagClassName
{
border-color: #CEAEC8;
}
</style>