Shades of Alto #CEBFBC
Tints of Alto #CEBFBC
RGB
CMYK
RGB Variations
Color information
#CEBFBC (or 0xCEBFBC) is known color: Alto. HEX triplet: CE, BF and BC. RGB value is (206,191,188). Sum of RGB (Red+Green+Blue) = 206+191+188=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFBC is #314043. Grayscale: #C3C3C3. Windows color (decimal): -3227716 or 12369870. OLE color: 12369870.
HSL color Cylindrical-coordinate representation of color #CEBFBC: hue angle of 10º 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 #CEBFBC is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 191 | 188 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.19 |
| HSL | 10º | 0.16% | 0.77% | - |
| HSV(B) | 10º | 0.09% | 0.81% | - |
| XYZ | 53.16 | 54.01 | 55.2 | - |
| YUV | 195.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 188 | 0 | 0.07 | 0.09 | 0.19 | 10 | 0.16 | 0.77 |
| Hex | CE | BF | BC | 0 | 7 | 9 | 13 | A | 10 | 4D |
| Octal | 316 | 277 | 274 | 0 | 7 | 11 | 23 | 12 | 20 | 115 |
| Binary | 11001110 | 10111111 | 10111100 | 0 | 111 | 1001 | 10011 | 1010 | 10000 | 1001101 |
Color Harmonies of #CEBFBC
Complementary color
Monochromatic Colors of #CEBFBC
Black with #CEBFBC
Text Example
Text Example
White with #CEBFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBFBC; }
p { color: rgb(206,191,188); }
H1.HeaderClassName
{
color: #CEBFBC;
}
.AnyTagClassName
{
color: #CEBFBC;
}
</style>
background-color css
<style>
a { background-color: #CEBFBC; }
a { background-color: rgb(206,191,188); }
div.DivClassName
{
background-color: #CEBFBC;
}
.BgClassName
{
background-color: #CEBFBC;
}
</style>
border-color css
<style>
span { border-color: #CEBFBC; }
span { border-color: rgb(206,191,188); }
td.TdClassName
{
border-color: #CEBFBC;
}
.TagClassName
{
border-color: #CEBFBC;
}
</style>