Shades of Fog #CEC1F2
Tints of Fog #CEC1F2
RGB
CMYK
RGB Variations
Color information
#CEC1F2 (or 0xCEC1F2) is known color: Fog. HEX triplet: CE, C1 and F2. RGB value is (206,193,242). Sum of RGB (Red+Green+Blue) = 206+193+242=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 193 (75.78% from 255 or 30.11% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEC1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC1F2 is #313E0D. Grayscale: #CACACA. Windows color (decimal): -3227150 or 15909326. OLE color: 15909326.
HSL color Cylindrical-coordinate representation of color #CEC1F2: hue angle of 255.92º degrees, saturation: 0.65, 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 #CEC1F2 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 193 | 242 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.05 |
| HSL | 255.92º | 0.65% | 0.85% | - |
| HSV(B) | 255.92º | 0.2% | 0.95% | - |
| XYZ | 60.55 | 57.67 | 91.94 | - |
| YUV | 202.47 | 150.31 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 242 | 0.15 | 0.20 | 0 | 0.05 | 255.92 | 0.65 | 0.85 |
| Hex | CE | C1 | F2 | F | 14 | 0 | 5 | 100 | 41 | 55 |
| Octal | 316 | 301 | 362 | 17 | 24 | 0 | 5 | 400 | 101 | 125 |
| Binary | 11001110 | 11000001 | 11110010 | 1111 | 10100 | 0 | 101 | 100000000 | 1000001 | 1010101 |
Color Harmonies of #CEC1F2
Complementary color
Monochromatic Colors of #CEC1F2
Black with #CEC1F2
Text Example
Text Example
White with #CEC1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1F2; }
p { color: rgb(206,193,242); }
H1.HeaderClassName
{
color: #CEC1F2;
}
.AnyTagClassName
{
color: #CEC1F2;
}
</style>
background-color css
<style>
a { background-color: #CEC1F2; }
a { background-color: rgb(206,193,242); }
div.DivClassName
{
background-color: #CEC1F2;
}
.BgClassName
{
background-color: #CEC1F2;
}
</style>
border-color css
<style>
span { border-color: #CEC1F2; }
span { border-color: rgb(206,193,242); }
td.TdClassName
{
border-color: #CEC1F2;
}
.TagClassName
{
border-color: #CEC1F2;
}
</style>