Shades of Fog #CEC0EF
Tints of Fog #CEC0EF
RGB
CMYK
RGB Variations
Color information
#CEC0EF (or 0xCEC0EF) is known color: Fog. HEX triplet: CE, C0 and EF. RGB value is (206,192,239). Sum of RGB (Red+Green+Blue) = 206+192+239=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 192 (75.39% from 255 or 30.14% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEC0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC0EF is #313F10. Grayscale: #C9C9C9. Windows color (decimal): -3227409 or 15712462. OLE color: 15712462.
HSL color Cylindrical-coordinate representation of color #CEC0EF: hue angle of 257.87º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEC0EF is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 192 | 239 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.06 |
| HSL | 257.87º | 0.59% | 0.85% | - |
| HSV(B) | 257.87º | 0.2% | 0.94% | - |
| XYZ | 59.88 | 57.05 | 89.52 | - |
| YUV | 201.54 | 149.14 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 239 | 0.14 | 0.20 | 0 | 0.06 | 257.87 | 0.59 | 0.85 |
| Hex | CE | C0 | EF | E | 14 | 0 | 6 | 102 | 3B | 55 |
| Octal | 316 | 300 | 357 | 16 | 24 | 0 | 6 | 402 | 73 | 125 |
| Binary | 11001110 | 11000000 | 11101111 | 1110 | 10100 | 0 | 110 | 100000010 | 111011 | 1010101 |
Color Harmonies of #CEC0EF
Complementary color
Monochromatic Colors of #CEC0EF
Black with #CEC0EF
Text Example
Text Example
White with #CEC0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0EF; }
p { color: rgb(206,192,239); }
H1.HeaderClassName
{
color: #CEC0EF;
}
.AnyTagClassName
{
color: #CEC0EF;
}
</style>
background-color css
<style>
a { background-color: #CEC0EF; }
a { background-color: rgb(206,192,239); }
div.DivClassName
{
background-color: #CEC0EF;
}
.BgClassName
{
background-color: #CEC0EF;
}
</style>
border-color css
<style>
span { border-color: #CEC0EF; }
span { border-color: rgb(206,192,239); }
td.TdClassName
{
border-color: #CEC0EF;
}
.TagClassName
{
border-color: #CEC0EF;
}
</style>