Shades of Fog #CEC6E7
Tints of Fog #CEC6E7
RGB
CMYK
RGB Variations
Color information
#CEC6E7 (or 0xCEC6E7) is known color: Fog. HEX triplet: CE, C6 and E7. RGB value is (206,198,231). Sum of RGB (Red+Green+Blue) = 206+198+231=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 231 (90.62% from 255 or 36.38% from 635); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEC6E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC6E7 is #313918. Grayscale: #CCCCCC. Windows color (decimal): -3225881 or 15189710. OLE color: 15189710.
HSL color Cylindrical-coordinate representation of color #CEC6E7: hue angle of 254.55º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEC6E7 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 198 | 231 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.09 |
| HSL | 254.55º | 0.41% | 0.84% | - |
| HSV(B) | 254.55º | 0.14% | 0.91% | - |
| XYZ | 60.07 | 59.28 | 83.88 | - |
| YUV | 204.15 | 143.15 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 231 | 0.11 | 0.14 | 0 | 0.09 | 254.55 | 0.41 | 0.84 |
| Hex | CE | C6 | E7 | B | E | 0 | 9 | FF | 29 | 54 |
| Octal | 316 | 306 | 347 | 13 | 16 | 0 | 11 | 377 | 51 | 124 |
| Binary | 11001110 | 11000110 | 11100111 | 1011 | 1110 | 0 | 1001 | 11111111 | 101001 | 1010100 |
Color Harmonies of #CEC6E7
Complementary color
Monochromatic Colors of #CEC6E7
Black with #CEC6E7
Text Example
Text Example
White with #CEC6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6E7; }
p { color: rgb(206,198,231); }
H1.HeaderClassName
{
color: #CEC6E7;
}
.AnyTagClassName
{
color: #CEC6E7;
}
</style>
background-color css
<style>
a { background-color: #CEC6E7; }
a { background-color: rgb(206,198,231); }
div.DivClassName
{
background-color: #CEC6E7;
}
.BgClassName
{
background-color: #CEC6E7;
}
</style>
border-color css
<style>
span { border-color: #CEC6E7; }
span { border-color: rgb(206,198,231); }
td.TdClassName
{
border-color: #CEC6E7;
}
.TagClassName
{
border-color: #CEC6E7;
}
</style>