Shades of Alto #CEC2BF
Tints of Alto #CEC2BF
RGB
CMYK
RGB Variations
Color information
#CEC2BF (or 0xCEC2BF) is known color: Alto. HEX triplet: CE, C2 and BF. RGB value is (206,194,191). Sum of RGB (Red+Green+Blue) = 206+194+191=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2BF is #313D40. Grayscale: #C5C5C5. Windows color (decimal): -3226945 or 12567246. OLE color: 12567246.
HSL color Cylindrical-coordinate representation of color #CEC2BF: hue angle of 12º 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 #CEC2BF is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 191 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.19 |
| HSL | 12º | 0.13% | 0.78% | - |
| HSV(B) | 12º | 0.07% | 0.81% | - |
| XYZ | 54.15 | 55.47 | 57.14 | - |
| YUV | 197.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 191 | 0 | 0.06 | 0.07 | 0.19 | 12 | 0.13 | 0.78 |
| Hex | CE | C2 | BF | 0 | 6 | 7 | 13 | C | D | 4E |
| Octal | 316 | 302 | 277 | 0 | 6 | 7 | 23 | 14 | 15 | 116 |
| Binary | 11001110 | 11000010 | 10111111 | 0 | 110 | 111 | 10011 | 1100 | 1101 | 1001110 |
Color Harmonies of #CEC2BF
Complementary color
Monochromatic Colors of #CEC2BF
Black with #CEC2BF
Text Example
Text Example
White with #CEC2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2BF; }
p { color: rgb(206,194,191); }
H1.HeaderClassName
{
color: #CEC2BF;
}
.AnyTagClassName
{
color: #CEC2BF;
}
</style>
background-color css
<style>
a { background-color: #CEC2BF; }
a { background-color: rgb(206,194,191); }
div.DivClassName
{
background-color: #CEC2BF;
}
.BgClassName
{
background-color: #CEC2BF;
}
</style>
border-color css
<style>
span { border-color: #CEC2BF; }
span { border-color: rgb(206,194,191); }
td.TdClassName
{
border-color: #CEC2BF;
}
.TagClassName
{
border-color: #CEC2BF;
}
</style>