Shades of Fog #CEC9E5
Tints of Fog #CEC9E5
RGB
CMYK
RGB Variations
Color information
#CEC9E5 (or 0xCEC9E5) is known color: Fog. HEX triplet: CE, C9 and E5. RGB value is (206,201,229). Sum of RGB (Red+Green+Blue) = 206+201+229=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEC9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9E5 is #31361A. Grayscale: #CDCDCD. Windows color (decimal): -3225115 or 15059406. OLE color: 15059406.
HSL color Cylindrical-coordinate representation of color #CEC9E5: hue angle of 250.71º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEC9E5 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 201 | 229 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.10 |
| HSL | 250.71º | 0.35% | 0.84% | - |
| HSV(B) | 250.71º | 0.12% | 0.9% | - |
| XYZ | 60.48 | 60.55 | 82.63 | - |
| YUV | 205.69 | 141.16 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 229 | 0.10 | 0.12 | 0 | 0.10 | 250.71 | 0.35 | 0.84 |
| Hex | CE | C9 | E5 | A | C | 0 | A | FB | 23 | 54 |
| Octal | 316 | 311 | 345 | 12 | 14 | 0 | 12 | 373 | 43 | 124 |
| Binary | 11001110 | 11001001 | 11100101 | 1010 | 1100 | 0 | 1010 | 11111011 | 100011 | 1010100 |
Color Harmonies of #CEC9E5
Complementary color
Monochromatic Colors of #CEC9E5
Black with #CEC9E5
Text Example
Text Example
White with #CEC9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9E5; }
p { color: rgb(206,201,229); }
H1.HeaderClassName
{
color: #CEC9E5;
}
.AnyTagClassName
{
color: #CEC9E5;
}
</style>
background-color css
<style>
a { background-color: #CEC9E5; }
a { background-color: rgb(206,201,229); }
div.DivClassName
{
background-color: #CEC9E5;
}
.BgClassName
{
background-color: #CEC9E5;
}
</style>
border-color css
<style>
span { border-color: #CEC9E5; }
span { border-color: rgb(206,201,229); }
td.TdClassName
{
border-color: #CEC9E5;
}
.TagClassName
{
border-color: #CEC9E5;
}
</style>