Shades of Maverick #CEAEC1
Tints of Maverick #CEAEC1
RGB
CMYK
RGB Variations
Color information
#CEAEC1 (or 0xCEAEC1) is known color: Maverick. HEX triplet: CE, AE and C1. RGB value is (206,174,193). Sum of RGB (Red+Green+Blue) = 206+174+193=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEC1 is #31513E. Grayscale: #B9B9B9. Windows color (decimal): -3232063 or 12693198. OLE color: 12693198.
HSL color Cylindrical-coordinate representation of color #CEAEC1: hue angle of 324.38º 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 #CEAEC1 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 174 | 193 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.19 |
| HSL | 324.38º | 0.25% | 0.75% | - |
| HSV(B) | 324.38º | 0.16% | 0.81% | - |
| XYZ | 50.22 | 47.24 | 56.92 | - |
| YUV | 185.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 193 | 0 | 0.16 | 0.06 | 0.19 | 324.38 | 0.25 | 0.75 |
| Hex | CE | AE | C1 | 0 | 10 | 6 | 13 | 144 | 19 | 4B |
| Octal | 316 | 256 | 301 | 0 | 20 | 6 | 23 | 504 | 31 | 113 |
| Binary | 11001110 | 10101110 | 11000001 | 0 | 10000 | 110 | 10011 | 101000100 | 11001 | 1001011 |
Color Harmonies of #CEAEC1
Complementary color
Monochromatic Colors of #CEAEC1
Black with #CEAEC1
Text Example
Text Example
White with #CEAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAEC1; }
p { color: rgb(206,174,193); }
H1.HeaderClassName
{
color: #CEAEC1;
}
.AnyTagClassName
{
color: #CEAEC1;
}
</style>
background-color css
<style>
a { background-color: #CEAEC1; }
a { background-color: rgb(206,174,193); }
div.DivClassName
{
background-color: #CEAEC1;
}
.BgClassName
{
background-color: #CEAEC1;
}
</style>
border-color css
<style>
span { border-color: #CEAEC1; }
span { border-color: rgb(206,174,193); }
td.TdClassName
{
border-color: #CEAEC1;
}
.TagClassName
{
border-color: #CEAEC1;
}
</style>