Shades of Fog #CEC3F4
Tints of Fog #CEC3F4
RGB
CMYK
RGB Variations
Color information
#CEC3F4 (or 0xCEC3F4) is known color: Fog. HEX triplet: CE, C3 and F4. RGB value is (206,195,244). Sum of RGB (Red+Green+Blue) = 206+195+244=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 195 (76.56% from 255 or 30.23% from 645); Blue value is 244 (95.70% from 255 or 37.83% from 645); Max value from RGB is 244 - color contains mainly: blue. Hex color #CEC3F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC3F4 is #313C0B. Grayscale: #CBCBCB. Windows color (decimal): -3226636 or 16040910. OLE color: 16040910.
HSL color Cylindrical-coordinate representation of color #CEC3F4: hue angle of 253.47º 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 #CEC3F4 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 195 | 244 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.04 |
| HSL | 253.47º | 0.69% | 0.86% | - |
| HSV(B) | 253.47º | 0.2% | 0.96% | - |
| XYZ | 61.3 | 58.68 | 93.68 | - |
| YUV | 203.88 | 150.64 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 244 | 0.16 | 0.20 | 0 | 0.04 | 253.47 | 0.69 | 0.86 |
| Hex | CE | C3 | F4 | 10 | 14 | 0 | 4 | FD | 45 | 56 |
| Octal | 316 | 303 | 364 | 20 | 24 | 0 | 4 | 375 | 105 | 126 |
| Binary | 11001110 | 11000011 | 11110100 | 10000 | 10100 | 0 | 100 | 11111101 | 1000101 | 1010110 |
Color Harmonies of #CEC3F4
Complementary color
Monochromatic Colors of #CEC3F4
Black with #CEC3F4
Text Example
Text Example
White with #CEC3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3F4; }
p { color: rgb(206,195,244); }
H1.HeaderClassName
{
color: #CEC3F4;
}
.AnyTagClassName
{
color: #CEC3F4;
}
</style>
background-color css
<style>
a { background-color: #CEC3F4; }
a { background-color: rgb(206,195,244); }
div.DivClassName
{
background-color: #CEC3F4;
}
.BgClassName
{
background-color: #CEC3F4;
}
</style>
border-color css
<style>
span { border-color: #CEC3F4; }
span { border-color: rgb(206,195,244); }
td.TdClassName
{
border-color: #CEC3F4;
}
.TagClassName
{
border-color: #CEC3F4;
}
</style>