Shades of Fog #CEC9EA
Tints of Fog #CEC9EA
RGB
CMYK
RGB Variations
Color information
#CEC9EA (or 0xCEC9EA) is known color: Fog. HEX triplet: CE, C9 and EA. RGB value is (206,201,234). Sum of RGB (Red+Green+Blue) = 206+201+234=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEC9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC9EA is #313615. Grayscale: #CECECE. Windows color (decimal): -3225110 or 15387086. OLE color: 15387086.
HSL color Cylindrical-coordinate representation of color #CEC9EA: hue angle of 249.09º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEC9EA is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 201 | 234 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.08 |
| HSL | 249.09º | 0.44% | 0.85% | - |
| HSV(B) | 249.09º | 0.14% | 0.92% | - |
| XYZ | 61.19 | 60.84 | 86.36 | - |
| YUV | 206.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 234 | 0.12 | 0.14 | 0 | 0.08 | 249.09 | 0.44 | 0.85 |
| Hex | CE | C9 | EA | C | E | 0 | 8 | F9 | 2C | 55 |
| Octal | 316 | 311 | 352 | 14 | 16 | 0 | 10 | 371 | 54 | 125 |
| Binary | 11001110 | 11001001 | 11101010 | 1100 | 1110 | 0 | 1000 | 11111001 | 101100 | 1010101 |
Color Harmonies of #CEC9EA
Complementary color
Monochromatic Colors of #CEC9EA
Black with #CEC9EA
Text Example
Text Example
White with #CEC9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9EA; }
p { color: rgb(206,201,234); }
H1.HeaderClassName
{
color: #CEC9EA;
}
.AnyTagClassName
{
color: #CEC9EA;
}
</style>
background-color css
<style>
a { background-color: #CEC9EA; }
a { background-color: rgb(206,201,234); }
div.DivClassName
{
background-color: #CEC9EA;
}
.BgClassName
{
background-color: #CEC9EA;
}
</style>
border-color css
<style>
span { border-color: #CEC9EA; }
span { border-color: rgb(206,201,234); }
td.TdClassName
{
border-color: #CEC9EA;
}
.TagClassName
{
border-color: #CEC9EA;
}
</style>