Shades of Maverick #CEBECB
Tints of Maverick #CEBECB
RGB
CMYK
RGB Variations
Color information
#CEBECB (or 0xCEBECB) is known color: Maverick. HEX triplet: CE, BE and CB. RGB value is (206,190,203). Sum of RGB (Red+Green+Blue) = 206+190+203=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBECB is #314134. Grayscale: #C4C4C4. Windows color (decimal): -3227957 or 13352654. OLE color: 13352654.
HSL color Cylindrical-coordinate representation of color #CEBECB: hue angle of 311.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEBECB is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 190 | 203 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.19 |
| HSL | 311.25º | 0.14% | 0.78% | - |
| HSV(B) | 311.25º | 0.08% | 0.81% | - |
| XYZ | 54.65 | 54.26 | 64.09 | - |
| YUV | 196.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 203 | 0 | 0.08 | 0.01 | 0.19 | 311.25 | 0.14 | 0.78 |
| Hex | CE | BE | CB | 0 | 8 | 1 | 13 | 137 | E | 4E |
| Octal | 316 | 276 | 313 | 0 | 10 | 1 | 23 | 467 | 16 | 116 |
| Binary | 11001110 | 10111110 | 11001011 | 0 | 1000 | 1 | 10011 | 100110111 | 1110 | 1001110 |
Color Harmonies of #CEBECB
Complementary color
Monochromatic Colors of #CEBECB
Black with #CEBECB
Text Example
Text Example
White with #CEBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBECB; }
p { color: rgb(206,190,203); }
H1.HeaderClassName
{
color: #CEBECB;
}
.AnyTagClassName
{
color: #CEBECB;
}
</style>
background-color css
<style>
a { background-color: #CEBECB; }
a { background-color: rgb(206,190,203); }
div.DivClassName
{
background-color: #CEBECB;
}
.BgClassName
{
background-color: #CEBECB;
}
</style>
border-color css
<style>
span { border-color: #CEBECB; }
span { border-color: rgb(206,190,203); }
td.TdClassName
{
border-color: #CEBECB;
}
.TagClassName
{
border-color: #CEBECB;
}
</style>