Shades of Fog #CEC4F0
Tints of Fog #CEC4F0
RGB
CMYK
RGB Variations
Color information
#CEC4F0 (or 0xCEC4F0) is known color: Fog. HEX triplet: CE, C4 and F0. RGB value is (206,196,240). Sum of RGB (Red+Green+Blue) = 206+196+240=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 196 (76.95% from 255 or 30.53% from 642); Blue value is 240 (94.14% from 255 or 37.38% from 642); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEC4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC4F0 is #313B0F. Grayscale: #CBCBCB. Windows color (decimal): -3226384 or 15779022. OLE color: 15779022.
HSL color Cylindrical-coordinate representation of color #CEC4F0: hue angle of 253.64º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEC4F0 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 196 | 240 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.06 |
| HSL | 253.64º | 0.59% | 0.85% | - |
| HSV(B) | 253.64º | 0.18% | 0.94% | - |
| XYZ | 60.92 | 58.89 | 90.59 | - |
| YUV | 204.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 240 | 0.14 | 0.18 | 0 | 0.06 | 253.64 | 0.59 | 0.85 |
| Hex | CE | C4 | F0 | E | 12 | 0 | 6 | FE | 3B | 55 |
| Octal | 316 | 304 | 360 | 16 | 22 | 0 | 6 | 376 | 73 | 125 |
| Binary | 11001110 | 11000100 | 11110000 | 1110 | 10010 | 0 | 110 | 11111110 | 111011 | 1010101 |
Color Harmonies of #CEC4F0
Complementary color
Monochromatic Colors of #CEC4F0
Black with #CEC4F0
Text Example
Text Example
White with #CEC4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4F0; }
p { color: rgb(206,196,240); }
H1.HeaderClassName
{
color: #CEC4F0;
}
.AnyTagClassName
{
color: #CEC4F0;
}
</style>
background-color css
<style>
a { background-color: #CEC4F0; }
a { background-color: rgb(206,196,240); }
div.DivClassName
{
background-color: #CEC4F0;
}
.BgClassName
{
background-color: #CEC4F0;
}
</style>
border-color css
<style>
span { border-color: #CEC4F0; }
span { border-color: rgb(206,196,240); }
td.TdClassName
{
border-color: #CEC4F0;
}
.TagClassName
{
border-color: #CEC4F0;
}
</style>