Shades of Fog #CEC2F1
Tints of Fog #CEC2F1
RGB
CMYK
RGB Variations
Color information
#CEC2F1 (or 0xCEC2F1) is known color: Fog. HEX triplet: CE, C2 and F1. RGB value is (206,194,241). Sum of RGB (Red+Green+Blue) = 206+194+241=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 194 (76.17% from 255 or 30.27% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEC2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC2F1 is #313D0E. Grayscale: #CACACA. Windows color (decimal): -3226895 or 15844046. OLE color: 15844046.
HSL color Cylindrical-coordinate representation of color #CEC2F1: hue angle of 255.32º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEC2F1 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 194 | 241 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.05 |
| HSL | 255.32º | 0.63% | 0.85% | - |
| HSV(B) | 255.32º | 0.2% | 0.95% | - |
| XYZ | 60.62 | 58.06 | 91.23 | - |
| YUV | 202.95 | 149.48 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 241 | 0.15 | 0.20 | 0 | 0.05 | 255.32 | 0.63 | 0.85 |
| Hex | CE | C2 | F1 | F | 14 | 0 | 5 | FF | 3F | 55 |
| Octal | 316 | 302 | 361 | 17 | 24 | 0 | 5 | 377 | 77 | 125 |
| Binary | 11001110 | 11000010 | 11110001 | 1111 | 10100 | 0 | 101 | 11111111 | 111111 | 1010101 |
Color Harmonies of #CEC2F1
Complementary color
Monochromatic Colors of #CEC2F1
Black with #CEC2F1
Text Example
Text Example
White with #CEC2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2F1; }
p { color: rgb(206,194,241); }
H1.HeaderClassName
{
color: #CEC2F1;
}
.AnyTagClassName
{
color: #CEC2F1;
}
</style>
background-color css
<style>
a { background-color: #CEC2F1; }
a { background-color: rgb(206,194,241); }
div.DivClassName
{
background-color: #CEC2F1;
}
.BgClassName
{
background-color: #CEC2F1;
}
</style>
border-color css
<style>
span { border-color: #CEC2F1; }
span { border-color: rgb(206,194,241); }
td.TdClassName
{
border-color: #CEC2F1;
}
.TagClassName
{
border-color: #CEC2F1;
}
</style>