Shades of Fog #CEBCE1
Tints of Fog #CEBCE1
RGB
CMYK
RGB Variations
Color information
#CEBCE1 (or 0xCEBCE1) is known color: Fog. HEX triplet: CE, BC and E1. RGB value is (206,188,225). Sum of RGB (Red+Green+Blue) = 206+188+225=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #CEBCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCE1 is #31431E. Grayscale: #C5C5C5. Windows color (decimal): -3228447 or 14793934. OLE color: 14793934.
HSL color Cylindrical-coordinate representation of color #CEBCE1: hue angle of 269.19º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEBCE1 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 188 | 225 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.12 |
| HSL | 269.19º | 0.38% | 0.81% | - |
| HSV(B) | 269.19º | 0.16% | 0.88% | - |
| XYZ | 57.03 | 54.52 | 78.75 | - |
| YUV | 197.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 225 | 0.08 | 0.16 | 0 | 0.12 | 269.19 | 0.38 | 0.81 |
| Hex | CE | BC | E1 | 8 | 10 | 0 | C | 10D | 26 | 51 |
| Octal | 316 | 274 | 341 | 10 | 20 | 0 | 14 | 415 | 46 | 121 |
| Binary | 11001110 | 10111100 | 11100001 | 1000 | 10000 | 0 | 1100 | 100001101 | 100110 | 1010001 |
Color Harmonies of #CEBCE1
Complementary color
Monochromatic Colors of #CEBCE1
Black with #CEBCE1
Text Example
Text Example
White with #CEBCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBCE1; }
p { color: rgb(206,188,225); }
H1.HeaderClassName
{
color: #CEBCE1;
}
.AnyTagClassName
{
color: #CEBCE1;
}
</style>
background-color css
<style>
a { background-color: #CEBCE1; }
a { background-color: rgb(206,188,225); }
div.DivClassName
{
background-color: #CEBCE1;
}
.BgClassName
{
background-color: #CEBCE1;
}
</style>
border-color css
<style>
span { border-color: #CEBCE1; }
span { border-color: rgb(206,188,225); }
td.TdClassName
{
border-color: #CEBCE1;
}
.TagClassName
{
border-color: #CEBCE1;
}
</style>