Shades of Maverick #CEAEC3
Tints of Maverick #CEAEC3
RGB
CMYK
RGB Variations
Color information
#CEAEC3 (or 0xCEAEC3) is known color: Maverick. HEX triplet: CE, AE and C3. RGB value is (206,174,195). Sum of RGB (Red+Green+Blue) = 206+174+195=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEC3 is #31513C. Grayscale: #B9B9B9. Windows color (decimal): -3232061 or 12824270. OLE color: 12824270.
HSL color Cylindrical-coordinate representation of color #CEAEC3: hue angle of 320.62º 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 #CEAEC3 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 174 | 195 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.19 |
| HSL | 320.63º | 0.25% | 0.75% | - |
| HSV(B) | 320.63º | 0.16% | 0.81% | - |
| XYZ | 50.44 | 47.33 | 58.11 | - |
| YUV | 185.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 195 | 0 | 0.16 | 0.05 | 0.19 | 320.63 | 0.25 | 0.75 |
| Hex | CE | AE | C3 | 0 | 10 | 5 | 13 | 141 | 19 | 4B |
| Octal | 316 | 256 | 303 | 0 | 20 | 5 | 23 | 501 | 31 | 113 |
| Binary | 11001110 | 10101110 | 11000011 | 0 | 10000 | 101 | 10011 | 101000001 | 11001 | 1001011 |
Color Harmonies of #CEAEC3
Complementary color
Monochromatic Colors of #CEAEC3
Black with #CEAEC3
Text Example
Text Example
White with #CEAEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAEC3; }
p { color: rgb(206,174,195); }
H1.HeaderClassName
{
color: #CEAEC3;
}
.AnyTagClassName
{
color: #CEAEC3;
}
</style>
background-color css
<style>
a { background-color: #CEAEC3; }
a { background-color: rgb(206,174,195); }
div.DivClassName
{
background-color: #CEAEC3;
}
.BgClassName
{
background-color: #CEAEC3;
}
</style>
border-color css
<style>
span { border-color: #CEAEC3; }
span { border-color: rgb(206,174,195); }
td.TdClassName
{
border-color: #CEAEC3;
}
.TagClassName
{
border-color: #CEAEC3;
}
</style>