Shades of Fog #CEC0E7
Tints of Fog #CEC0E7
RGB
CMYK
RGB Variations
Color information
#CEC0E7 (or 0xCEC0E7) is known color: Fog. HEX triplet: CE, C0 and E7. RGB value is (206,192,231). Sum of RGB (Red+Green+Blue) = 206+192+231=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 231 (90.62% from 255 or 36.72% from 629); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEC0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC0E7 is #313F18. Grayscale: #C8C8C8. Windows color (decimal): -3227417 or 15188174. OLE color: 15188174.
HSL color Cylindrical-coordinate representation of color #CEC0E7: hue angle of 261.54º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEC0E7 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 192 | 231 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.09 |
| HSL | 261.54º | 0.45% | 0.83% | - |
| HSV(B) | 261.54º | 0.17% | 0.91% | - |
| XYZ | 58.73 | 56.59 | 83.43 | - |
| YUV | 200.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 231 | 0.11 | 0.17 | 0 | 0.09 | 261.54 | 0.45 | 0.83 |
| Hex | CE | C0 | E7 | B | 11 | 0 | 9 | 106 | 2D | 53 |
| Octal | 316 | 300 | 347 | 13 | 21 | 0 | 11 | 406 | 55 | 123 |
| Binary | 11001110 | 11000000 | 11100111 | 1011 | 10001 | 0 | 1001 | 100000110 | 101101 | 1010011 |
Color Harmonies of #CEC0E7
Complementary color
Monochromatic Colors of #CEC0E7
Black with #CEC0E7
Text Example
Text Example
White with #CEC0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0E7; }
p { color: rgb(206,192,231); }
H1.HeaderClassName
{
color: #CEC0E7;
}
.AnyTagClassName
{
color: #CEC0E7;
}
</style>
background-color css
<style>
a { background-color: #CEC0E7; }
a { background-color: rgb(206,192,231); }
div.DivClassName
{
background-color: #CEC0E7;
}
.BgClassName
{
background-color: #CEC0E7;
}
</style>
border-color css
<style>
span { border-color: #CEC0E7; }
span { border-color: rgb(206,192,231); }
td.TdClassName
{
border-color: #CEC0E7;
}
.TagClassName
{
border-color: #CEC0E7;
}
</style>