Shades of Maverick #CEBBCA
Tints of Maverick #CEBBCA
RGB
CMYK
RGB Variations
Color information
#CEBBCA (or 0xCEBBCA) is known color: Maverick. HEX triplet: CE, BB and CA. RGB value is (206,187,202). Sum of RGB (Red+Green+Blue) = 206+187+202=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBCA is #314435. Grayscale: #C2C2C2. Windows color (decimal): -3228726 or 13286350. OLE color: 13286350.
HSL color Cylindrical-coordinate representation of color #CEBBCA: hue angle of 312.63º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEBBCA is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 202 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.19 |
| HSL | 312.63º | 0.16% | 0.77% | - |
| HSV(B) | 312.63º | 0.09% | 0.81% | - |
| XYZ | 53.88 | 52.93 | 63.25 | - |
| YUV | 194.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 202 | 0 | 0.09 | 0.02 | 0.19 | 312.63 | 0.16 | 0.77 |
| Hex | CE | BB | CA | 0 | 9 | 2 | 13 | 139 | 10 | 4D |
| Octal | 316 | 273 | 312 | 0 | 11 | 2 | 23 | 471 | 20 | 115 |
| Binary | 11001110 | 10111011 | 11001010 | 0 | 1001 | 10 | 10011 | 100111001 | 10000 | 1001101 |
Color Harmonies of #CEBBCA
Complementary color
Monochromatic Colors of #CEBBCA
Black with #CEBBCA
Text Example
Text Example
White with #CEBBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBCA; }
p { color: rgb(206,187,202); }
H1.HeaderClassName
{
color: #CEBBCA;
}
.AnyTagClassName
{
color: #CEBBCA;
}
</style>
background-color css
<style>
a { background-color: #CEBBCA; }
a { background-color: rgb(206,187,202); }
div.DivClassName
{
background-color: #CEBBCA;
}
.BgClassName
{
background-color: #CEBBCA;
}
</style>
border-color css
<style>
span { border-color: #CEBBCA; }
span { border-color: rgb(206,187,202); }
td.TdClassName
{
border-color: #CEBBCA;
}
.TagClassName
{
border-color: #CEBBCA;
}
</style>