Shades of Fog #CEC4EC
Tints of Fog #CEC4EC
RGB
CMYK
RGB Variations
Color information
#CEC4EC (or 0xCEC4EC) is known color: Fog. HEX triplet: CE, C4 and EC. RGB value is (206,196,236). Sum of RGB (Red+Green+Blue) = 206+196+236=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 196 (76.95% from 255 or 30.72% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEC4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC4EC is #313B13. Grayscale: #CBCBCB. Windows color (decimal): -3226388 or 15516878. OLE color: 15516878.
HSL color Cylindrical-coordinate representation of color #CEC4EC: hue angle of 255º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEC4EC is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 196 | 236 | - |
CMYK | 0.13 | 0.17 | 0 | 0.07 |
HSL | 255º | 0.51% | 0.85% | - |
HSV(B) | 255º | 0.17% | 0.93% | - |
XYZ | 60.33 | 58.66 | 87.5 | - |
YUV | 203.55 | 146.31 | 129.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 196 | 236 | 0.13 | 0.17 | 0 | 0.07 | 255 | 0.51 | 0.85 |
Hex | CE | C4 | EC | D | 11 | 0 | 7 | FF | 33 | 55 |
Octal | 316 | 304 | 354 | 15 | 21 | 0 | 7 | 377 | 63 | 125 |
Binary | 11001110 | 11000100 | 11101100 | 1101 | 10001 | 0 | 111 | 11111111 | 110011 | 1010101 |
Color Harmonies of #CEC4EC
Complementary color
Monochromatic Colors of #CEC4EC
Black with #CEC4EC
Text Example
Text Example
White with #CEC4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4EC; }
p { color: rgb(206,196,236); }
H1.HeaderClassName
{
color: #CEC4EC;
}
.AnyTagClassName
{
color: #CEC4EC;
}
</style>
background-color css
<style>
a { background-color: #CEC4EC; }
a { background-color: rgb(206,196,236); }
div.DivClassName
{
background-color: #CEC4EC;
}
.BgClassName
{
background-color: #CEC4EC;
}
</style>
border-color css
<style>
span { border-color: #CEC4EC; }
span { border-color: rgb(206,196,236); }
td.TdClassName
{
border-color: #CEC4EC;
}
.TagClassName
{
border-color: #CEC4EC;
}
</style>