Shades of Fog #CEC8E4
Tints of Fog #CEC8E4
RGB
CMYK
RGB Variations
Color information
#CEC8E4 (or 0xCEC8E4) is known color: Fog. HEX triplet: CE, C8 and E4. RGB value is (206,200,228). Sum of RGB (Red+Green+Blue) = 206+200+228=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 200 (78.52% from 255 or 31.55% from 634); Blue value is 228 (89.45% from 255 or 35.96% from 634); Max value from RGB is 228 - color contains mainly: blue. Hex color #CEC8E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8E4 is #31371B. Grayscale: #CCCCCC. Windows color (decimal): -3225372 or 14993614. OLE color: 14993614.
HSL color Cylindrical-coordinate representation of color #CEC8E4: hue angle of 252.86º degrees, saturation: 0.34, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEC8E4 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 200 | 228 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.11 |
| HSL | 252.86º | 0.34% | 0.84% | - |
| HSV(B) | 252.86º | 0.12% | 0.89% | - |
| XYZ | 60.11 | 60.03 | 81.82 | - |
| YUV | 204.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 228 | 0.10 | 0.12 | 0 | 0.11 | 252.86 | 0.34 | 0.84 |
| Hex | CE | C8 | E4 | A | C | 0 | B | FD | 22 | 54 |
| Octal | 316 | 310 | 344 | 12 | 14 | 0 | 13 | 375 | 42 | 124 |
| Binary | 11001110 | 11001000 | 11100100 | 1010 | 1100 | 0 | 1011 | 11111101 | 100010 | 1010100 |
Color Harmonies of #CEC8E4
Complementary color
Monochromatic Colors of #CEC8E4
Black with #CEC8E4
Text Example
Text Example
White with #CEC8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8E4; }
p { color: rgb(206,200,228); }
H1.HeaderClassName
{
color: #CEC8E4;
}
.AnyTagClassName
{
color: #CEC8E4;
}
</style>
background-color css
<style>
a { background-color: #CEC8E4; }
a { background-color: rgb(206,200,228); }
div.DivClassName
{
background-color: #CEC8E4;
}
.BgClassName
{
background-color: #CEC8E4;
}
</style>
border-color css
<style>
span { border-color: #CEC8E4; }
span { border-color: rgb(206,200,228); }
td.TdClassName
{
border-color: #CEC8E4;
}
.TagClassName
{
border-color: #CEC8E4;
}
</style>