Shades of Maverick #CEBEC8
Tints of Maverick #CEBEC8
RGB
CMYK
RGB Variations
Color information
#CEBEC8 (or 0xCEBEC8) is known color: Maverick. HEX triplet: CE, BE and C8. RGB value is (206,190,200). Sum of RGB (Red+Green+Blue) = 206+190+200=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEC8 is #314137. Grayscale: #C3C3C3. Windows color (decimal): -3227960 or 13156046. OLE color: 13156046.
HSL color Cylindrical-coordinate representation of color #CEBEC8: hue angle of 322.5º 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 #CEBEC8 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 190 | 200 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.19 |
| HSL | 322.5º | 0.14% | 0.78% | - |
| HSV(B) | 322.5º | 0.08% | 0.81% | - |
| XYZ | 54.29 | 54.12 | 62.23 | - |
| YUV | 195.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 200 | 0 | 0.08 | 0.03 | 0.19 | 322.5 | 0.14 | 0.78 |
| Hex | CE | BE | C8 | 0 | 8 | 3 | 13 | 142 | E | 4E |
| Octal | 316 | 276 | 310 | 0 | 10 | 3 | 23 | 502 | 16 | 116 |
| Binary | 11001110 | 10111110 | 11001000 | 0 | 1000 | 11 | 10011 | 101000010 | 1110 | 1001110 |
Color Harmonies of #CEBEC8
Complementary color
Monochromatic Colors of #CEBEC8
Black with #CEBEC8
Text Example
Text Example
White with #CEBEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBEC8; }
p { color: rgb(206,190,200); }
H1.HeaderClassName
{
color: #CEBEC8;
}
.AnyTagClassName
{
color: #CEBEC8;
}
</style>
background-color css
<style>
a { background-color: #CEBEC8; }
a { background-color: rgb(206,190,200); }
div.DivClassName
{
background-color: #CEBEC8;
}
.BgClassName
{
background-color: #CEBEC8;
}
</style>
border-color css
<style>
span { border-color: #CEBEC8; }
span { border-color: rgb(206,190,200); }
td.TdClassName
{
border-color: #CEBEC8;
}
.TagClassName
{
border-color: #CEBEC8;
}
</style>