Shades of Maverick #CEBBC7
Tints of Maverick #CEBBC7
RGB
CMYK
RGB Variations
Color information
#CEBBC7 (or 0xCEBBC7) is known color: Maverick. HEX triplet: CE, BB and C7. RGB value is (206,187,199). Sum of RGB (Red+Green+Blue) = 206+187+199=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBC7 is #314438. Grayscale: #C2C2C2. Windows color (decimal): -3228729 or 13089742. OLE color: 13089742.
HSL color Cylindrical-coordinate representation of color #CEBBC7: hue angle of 322.11º 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 #CEBBC7 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 199 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.19 |
| HSL | 322.11º | 0.16% | 0.77% | - |
| HSV(B) | 322.11º | 0.09% | 0.81% | - |
| XYZ | 53.53 | 52.79 | 61.4 | - |
| YUV | 194.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 199 | 0 | 0.09 | 0.03 | 0.19 | 322.11 | 0.16 | 0.77 |
| Hex | CE | BB | C7 | 0 | 9 | 3 | 13 | 142 | 10 | 4D |
| Octal | 316 | 273 | 307 | 0 | 11 | 3 | 23 | 502 | 20 | 115 |
| Binary | 11001110 | 10111011 | 11000111 | 0 | 1001 | 11 | 10011 | 101000010 | 10000 | 1001101 |
Color Harmonies of #CEBBC7
Complementary color
Monochromatic Colors of #CEBBC7
Black with #CEBBC7
Text Example
Text Example
White with #CEBBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBC7; }
p { color: rgb(206,187,199); }
H1.HeaderClassName
{
color: #CEBBC7;
}
.AnyTagClassName
{
color: #CEBBC7;
}
</style>
background-color css
<style>
a { background-color: #CEBBC7; }
a { background-color: rgb(206,187,199); }
div.DivClassName
{
background-color: #CEBBC7;
}
.BgClassName
{
background-color: #CEBBC7;
}
</style>
border-color css
<style>
span { border-color: #CEBBC7; }
span { border-color: rgb(206,187,199); }
td.TdClassName
{
border-color: #CEBBC7;
}
.TagClassName
{
border-color: #CEBBC7;
}
</style>