Shades of Fog #CEC6E8
Tints of Fog #CEC6E8
RGB
CMYK
RGB Variations
Color information
#CEC6E8 (or 0xCEC6E8) is known color: Fog. HEX triplet: CE, C6 and E8. RGB value is (206,198,232). Sum of RGB (Red+Green+Blue) = 206+198+232=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 232 (91.02% from 255 or 36.48% from 636); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEC6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC6E8 is #313917. Grayscale: #CCCCCC. Windows color (decimal): -3225880 or 15255246. OLE color: 15255246.
HSL color Cylindrical-coordinate representation of color #CEC6E8: hue angle of 254.12º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEC6E8 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 198 | 232 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.09 |
| HSL | 254.12º | 0.43% | 0.84% | - |
| HSV(B) | 254.12º | 0.15% | 0.91% | - |
| XYZ | 60.21 | 59.34 | 84.62 | - |
| YUV | 204.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 232 | 0.11 | 0.15 | 0 | 0.09 | 254.12 | 0.43 | 0.84 |
| Hex | CE | C6 | E8 | B | F | 0 | 9 | FE | 2A | 54 |
| Octal | 316 | 306 | 350 | 13 | 17 | 0 | 11 | 376 | 52 | 124 |
| Binary | 11001110 | 11000110 | 11101000 | 1011 | 1111 | 0 | 1001 | 11111110 | 101010 | 1010100 |
Color Harmonies of #CEC6E8
Complementary color
Monochromatic Colors of #CEC6E8
Black with #CEC6E8
Text Example
Text Example
White with #CEC6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6E8; }
p { color: rgb(206,198,232); }
H1.HeaderClassName
{
color: #CEC6E8;
}
.AnyTagClassName
{
color: #CEC6E8;
}
</style>
background-color css
<style>
a { background-color: #CEC6E8; }
a { background-color: rgb(206,198,232); }
div.DivClassName
{
background-color: #CEC6E8;
}
.BgClassName
{
background-color: #CEC6E8;
}
</style>
border-color css
<style>
span { border-color: #CEC6E8; }
span { border-color: rgb(206,198,232); }
td.TdClassName
{
border-color: #CEC6E8;
}
.TagClassName
{
border-color: #CEC6E8;
}
</style>