Shades of Fog #CEC6EC
Tints of Fog #CEC6EC
RGB
CMYK
RGB Variations
Color information
#CEC6EC (or 0xCEC6EC) is known color: Fog. HEX triplet: CE, C6 and EC. RGB value is (206,198,236). Sum of RGB (Red+Green+Blue) = 206+198+236=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEC6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC6EC is #313913. Grayscale: #CCCCCC. Windows color (decimal): -3225876 or 15517390. OLE color: 15517390.
HSL color Cylindrical-coordinate representation of color #CEC6EC: hue angle of 252.63º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEC6EC is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 198 | 236 | - |
CMYK | 0.13 | 0.16 | 0 | 0.07 |
HSL | 252.63º | 0.5% | 0.85% | - |
HSV(B) | 252.63º | 0.16% | 0.93% | - |
XYZ | 60.79 | 59.57 | 87.65 | - |
YUV | 204.72 | 145.65 | 128.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 198 | 236 | 0.13 | 0.16 | 0 | 0.07 | 252.63 | 0.5 | 0.85 |
Hex | CE | C6 | EC | D | 10 | 0 | 7 | FD | 32 | 55 |
Octal | 316 | 306 | 354 | 15 | 20 | 0 | 7 | 375 | 62 | 125 |
Binary | 11001110 | 11000110 | 11101100 | 1101 | 10000 | 0 | 111 | 11111101 | 110010 | 1010101 |
Color Harmonies of #CEC6EC
Complementary color
Monochromatic Colors of #CEC6EC
Black with #CEC6EC
Text Example
Text Example
White with #CEC6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6EC; }
p { color: rgb(206,198,236); }
H1.HeaderClassName
{
color: #CEC6EC;
}
.AnyTagClassName
{
color: #CEC6EC;
}
</style>
background-color css
<style>
a { background-color: #CEC6EC; }
a { background-color: rgb(206,198,236); }
div.DivClassName
{
background-color: #CEC6EC;
}
.BgClassName
{
background-color: #CEC6EC;
}
</style>
border-color css
<style>
span { border-color: #CEC6EC; }
span { border-color: rgb(206,198,236); }
td.TdClassName
{
border-color: #CEC6EC;
}
.TagClassName
{
border-color: #CEC6EC;
}
</style>