Shades of Fog #CEC2F4
Tints of Fog #CEC2F4
RGB
CMYK
RGB Variations
Color information
#CEC2F4 (or 0xCEC2F4) is known color: Fog. HEX triplet: CE, C2 and F4. RGB value is (206,194,244). Sum of RGB (Red+Green+Blue) = 206+194+244=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 194 (76.17% from 255 or 30.12% from 644); Blue value is 244 (95.70% from 255 or 37.89% from 644); Max value from RGB is 244 - color contains mainly: blue. Hex color #CEC2F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC2F4 is #313D0B. Grayscale: #CBCBCB. Windows color (decimal): -3226892 or 16040654. OLE color: 16040654.
HSL color Cylindrical-coordinate representation of color #CEC2F4: hue angle of 254.4º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEC2F4 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 194 | 244 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.04 |
| HSL | 254.4º | 0.69% | 0.86% | - |
| HSV(B) | 254.4º | 0.2% | 0.96% | - |
| XYZ | 61.07 | 58.24 | 93.61 | - |
| YUV | 203.29 | 150.98 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 244 | 0.16 | 0.20 | 0 | 0.04 | 254.4 | 0.69 | 0.86 |
| Hex | CE | C2 | F4 | 10 | 14 | 0 | 4 | FE | 45 | 56 |
| Octal | 316 | 302 | 364 | 20 | 24 | 0 | 4 | 376 | 105 | 126 |
| Binary | 11001110 | 11000010 | 11110100 | 10000 | 10100 | 0 | 100 | 11111110 | 1000101 | 1010110 |
Color Harmonies of #CEC2F4
Complementary color
Monochromatic Colors of #CEC2F4
Black with #CEC2F4
Text Example
Text Example
White with #CEC2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2F4; }
p { color: rgb(206,194,244); }
H1.HeaderClassName
{
color: #CEC2F4;
}
.AnyTagClassName
{
color: #CEC2F4;
}
</style>
background-color css
<style>
a { background-color: #CEC2F4; }
a { background-color: rgb(206,194,244); }
div.DivClassName
{
background-color: #CEC2F4;
}
.BgClassName
{
background-color: #CEC2F4;
}
</style>
border-color css
<style>
span { border-color: #CEC2F4; }
span { border-color: rgb(206,194,244); }
td.TdClassName
{
border-color: #CEC2F4;
}
.TagClassName
{
border-color: #CEC2F4;
}
</style>