Shades of Fog #CEC8E0
Tints of Fog #CEC8E0
RGB
CMYK
RGB Variations
Color information
#CEC8E0 (or 0xCEC8E0) is known color: Fog. HEX triplet: CE, C8 and E0. RGB value is (206,200,224). Sum of RGB (Red+Green+Blue) = 206+200+224=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 224 - color contains mainly: blue. Hex color #CEC8E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8E0 is #31371F. Grayscale: #CCCCCC. Windows color (decimal): -3225376 or 14731470. OLE color: 14731470.
HSL color Cylindrical-coordinate representation of color #CEC8E0: hue angle of 255º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEC8E0 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 200 | 224 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.12 |
| HSL | 255º | 0.28% | 0.83% | - |
| HSV(B) | 255º | 0.11% | 0.88% | - |
| XYZ | 59.56 | 59.81 | 78.93 | - |
| YUV | 204.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 224 | 0.08 | 0.11 | 0 | 0.12 | 255 | 0.28 | 0.83 |
| Hex | CE | C8 | E0 | 8 | B | 0 | C | FF | 1C | 53 |
| Octal | 316 | 310 | 340 | 10 | 13 | 0 | 14 | 377 | 34 | 123 |
| Binary | 11001110 | 11001000 | 11100000 | 1000 | 1011 | 0 | 1100 | 11111111 | 11100 | 1010011 |
Color Harmonies of #CEC8E0
Complementary color
Monochromatic Colors of #CEC8E0
Black with #CEC8E0
Text Example
Text Example
White with #CEC8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8E0; }
p { color: rgb(206,200,224); }
H1.HeaderClassName
{
color: #CEC8E0;
}
.AnyTagClassName
{
color: #CEC8E0;
}
</style>
background-color css
<style>
a { background-color: #CEC8E0; }
a { background-color: rgb(206,200,224); }
div.DivClassName
{
background-color: #CEC8E0;
}
.BgClassName
{
background-color: #CEC8E0;
}
</style>
border-color css
<style>
span { border-color: #CEC8E0; }
span { border-color: rgb(206,200,224); }
td.TdClassName
{
border-color: #CEC8E0;
}
.TagClassName
{
border-color: #CEC8E0;
}
</style>