Shades of Fog #CEC3E1
Tints of Fog #CEC3E1
RGB
CMYK
RGB Variations
Color information
#CEC3E1 (or 0xCEC3E1) is known color: Fog. HEX triplet: CE, C3 and E1. RGB value is (206,195,225). Sum of RGB (Red+Green+Blue) = 206+195+225=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 195 (76.56% from 255 or 31.15% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 225 - color contains mainly: blue. Hex color #CEC3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3E1 is #313C1E. Grayscale: #C9C9C9. Windows color (decimal): -3226655 or 14795726. OLE color: 14795726.
HSL color Cylindrical-coordinate representation of color #CEC3E1: hue angle of 262º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEC3E1 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 195 | 225 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.12 |
| HSL | 262º | 0.33% | 0.82% | - |
| HSV(B) | 262º | 0.13% | 0.88% | - |
| XYZ | 58.56 | 57.59 | 79.26 | - |
| YUV | 201.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 225 | 0.08 | 0.13 | 0 | 0.12 | 262 | 0.33 | 0.82 |
| Hex | CE | C3 | E1 | 8 | D | 0 | C | 106 | 21 | 52 |
| Octal | 316 | 303 | 341 | 10 | 15 | 0 | 14 | 406 | 41 | 122 |
| Binary | 11001110 | 11000011 | 11100001 | 1000 | 1101 | 0 | 1100 | 100000110 | 100001 | 1010010 |
Color Harmonies of #CEC3E1
Complementary color
Monochromatic Colors of #CEC3E1
Black with #CEC3E1
Text Example
Text Example
White with #CEC3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3E1; }
p { color: rgb(206,195,225); }
H1.HeaderClassName
{
color: #CEC3E1;
}
.AnyTagClassName
{
color: #CEC3E1;
}
</style>
background-color css
<style>
a { background-color: #CEC3E1; }
a { background-color: rgb(206,195,225); }
div.DivClassName
{
background-color: #CEC3E1;
}
.BgClassName
{
background-color: #CEC3E1;
}
</style>
border-color css
<style>
span { border-color: #CEC3E1; }
span { border-color: rgb(206,195,225); }
td.TdClassName
{
border-color: #CEC3E1;
}
.TagClassName
{
border-color: #CEC3E1;
}
</style>