Shades of Maverick #CEBFCB
Tints of Maverick #CEBFCB
RGB
CMYK
RGB Variations
Color information
#CEBFCB (or 0xCEBFCB) is known color: Maverick. HEX triplet: CE, BF and CB. RGB value is (206,191,203). Sum of RGB (Red+Green+Blue) = 206+191+203=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFCB is #314034. Grayscale: #C4C4C4. Windows color (decimal): -3227701 or 13352910. OLE color: 13352910.
HSL color Cylindrical-coordinate representation of color #CEBFCB: hue angle of 312º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEBFCB is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 191 | 203 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.19 |
| HSL | 312º | 0.13% | 0.78% | - |
| HSV(B) | 312º | 0.07% | 0.81% | - |
| XYZ | 54.86 | 54.7 | 64.17 | - |
| YUV | 196.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 203 | 0 | 0.07 | 0.01 | 0.19 | 312 | 0.13 | 0.78 |
| Hex | CE | BF | CB | 0 | 7 | 1 | 13 | 138 | D | 4E |
| Octal | 316 | 277 | 313 | 0 | 7 | 1 | 23 | 470 | 15 | 116 |
| Binary | 11001110 | 10111111 | 11001011 | 0 | 111 | 1 | 10011 | 100111000 | 1101 | 1001110 |
Color Harmonies of #CEBFCB
Complementary color
Monochromatic Colors of #CEBFCB
Black with #CEBFCB
Text Example
Text Example
White with #CEBFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBFCB; }
p { color: rgb(206,191,203); }
H1.HeaderClassName
{
color: #CEBFCB;
}
.AnyTagClassName
{
color: #CEBFCB;
}
</style>
background-color css
<style>
a { background-color: #CEBFCB; }
a { background-color: rgb(206,191,203); }
div.DivClassName
{
background-color: #CEBFCB;
}
.BgClassName
{
background-color: #CEBFCB;
}
</style>
border-color css
<style>
span { border-color: #CEBFCB; }
span { border-color: rgb(206,191,203); }
td.TdClassName
{
border-color: #CEBFCB;
}
.TagClassName
{
border-color: #CEBFCB;
}
</style>