Shades of Maverick #CEBBC8
Tints of Maverick #CEBBC8
RGB
CMYK
RGB Variations
Color information
#CEBBC8 (or 0xCEBBC8) is known color: Maverick. HEX triplet: CE, BB and C8. RGB value is (206,187,200). Sum of RGB (Red+Green+Blue) = 206+187+200=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBC8 is #314437. Grayscale: #C2C2C2. Windows color (decimal): -3228728 or 13155278. OLE color: 13155278.
HSL color Cylindrical-coordinate representation of color #CEBBC8: hue angle of 318.95º 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 #CEBBC8 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 200 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.19 |
| HSL | 318.95º | 0.16% | 0.77% | - |
| HSV(B) | 318.95º | 0.09% | 0.81% | - |
| XYZ | 53.65 | 52.83 | 62.01 | - |
| YUV | 194.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 200 | 0 | 0.09 | 0.03 | 0.19 | 318.95 | 0.16 | 0.77 |
| Hex | CE | BB | C8 | 0 | 9 | 3 | 13 | 13F | 10 | 4D |
| Octal | 316 | 273 | 310 | 0 | 11 | 3 | 23 | 477 | 20 | 115 |
| Binary | 11001110 | 10111011 | 11001000 | 0 | 1001 | 11 | 10011 | 100111111 | 10000 | 1001101 |
Color Harmonies of #CEBBC8
Complementary color
Monochromatic Colors of #CEBBC8
Black with #CEBBC8
Text Example
Text Example
White with #CEBBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBC8; }
p { color: rgb(206,187,200); }
H1.HeaderClassName
{
color: #CEBBC8;
}
.AnyTagClassName
{
color: #CEBBC8;
}
</style>
background-color css
<style>
a { background-color: #CEBBC8; }
a { background-color: rgb(206,187,200); }
div.DivClassName
{
background-color: #CEBBC8;
}
.BgClassName
{
background-color: #CEBBC8;
}
</style>
border-color css
<style>
span { border-color: #CEBBC8; }
span { border-color: rgb(206,187,200); }
td.TdClassName
{
border-color: #CEBBC8;
}
.TagClassName
{
border-color: #CEBBC8;
}
</style>