Shades of Maverick #CEBBC9
Tints of Maverick #CEBBC9
RGB
CMYK
RGB Variations
Color information
#CEBBC9 (or 0xCEBBC9) is known color: Maverick. HEX triplet: CE, BB and C9. RGB value is (206,187,201). Sum of RGB (Red+Green+Blue) = 206+187+201=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBC9 is #314436. Grayscale: #C2C2C2. Windows color (decimal): -3228727 or 13220814. OLE color: 13220814.
HSL color Cylindrical-coordinate representation of color #CEBBC9: hue angle of 315.79º 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 #CEBBC9 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 201 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.19 |
| HSL | 315.79º | 0.16% | 0.77% | - |
| HSV(B) | 315.79º | 0.09% | 0.81% | - |
| XYZ | 53.77 | 52.88 | 62.63 | - |
| YUV | 194.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 201 | 0 | 0.09 | 0.02 | 0.19 | 315.79 | 0.16 | 0.77 |
| Hex | CE | BB | C9 | 0 | 9 | 2 | 13 | 13C | 10 | 4D |
| Octal | 316 | 273 | 311 | 0 | 11 | 2 | 23 | 474 | 20 | 115 |
| Binary | 11001110 | 10111011 | 11001001 | 0 | 1001 | 10 | 10011 | 100111100 | 10000 | 1001101 |
Color Harmonies of #CEBBC9
Complementary color
Monochromatic Colors of #CEBBC9
Black with #CEBBC9
Text Example
Text Example
White with #CEBBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBC9; }
p { color: rgb(206,187,201); }
H1.HeaderClassName
{
color: #CEBBC9;
}
.AnyTagClassName
{
color: #CEBBC9;
}
</style>
background-color css
<style>
a { background-color: #CEBBC9; }
a { background-color: rgb(206,187,201); }
div.DivClassName
{
background-color: #CEBBC9;
}
.BgClassName
{
background-color: #CEBBC9;
}
</style>
border-color css
<style>
span { border-color: #CEBBC9; }
span { border-color: rgb(206,187,201); }
td.TdClassName
{
border-color: #CEBBC9;
}
.TagClassName
{
border-color: #CEBBC9;
}
</style>