Shades of Fog #CEC8E8
Tints of Fog #CEC8E8
RGB
CMYK
RGB Variations
Color information
#CEC8E8 (or 0xCEC8E8) is known color: Fog. HEX triplet: CE, C8 and E8. RGB value is (206,200,232). Sum of RGB (Red+Green+Blue) = 206+200+232=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEC8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC8E8 is #313717. Grayscale: #CDCDCD. Windows color (decimal): -3225368 or 15255758. OLE color: 15255758.
HSL color Cylindrical-coordinate representation of color #CEC8E8: hue angle of 251.25º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEC8E8 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 200 | 232 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.09 |
| HSL | 251.25º | 0.41% | 0.85% | - |
| HSV(B) | 251.25º | 0.14% | 0.91% | - |
| XYZ | 60.67 | 60.26 | 84.78 | - |
| YUV | 205.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 232 | 0.11 | 0.14 | 0 | 0.09 | 251.25 | 0.41 | 0.85 |
| Hex | CE | C8 | E8 | B | E | 0 | 9 | FB | 29 | 55 |
| Octal | 316 | 310 | 350 | 13 | 16 | 0 | 11 | 373 | 51 | 125 |
| Binary | 11001110 | 11001000 | 11101000 | 1011 | 1110 | 0 | 1001 | 11111011 | 101001 | 1010101 |
Color Harmonies of #CEC8E8
Complementary color
Monochromatic Colors of #CEC8E8
Black with #CEC8E8
Text Example
Text Example
White with #CEC8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8E8; }
p { color: rgb(206,200,232); }
H1.HeaderClassName
{
color: #CEC8E8;
}
.AnyTagClassName
{
color: #CEC8E8;
}
</style>
background-color css
<style>
a { background-color: #CEC8E8; }
a { background-color: rgb(206,200,232); }
div.DivClassName
{
background-color: #CEC8E8;
}
.BgClassName
{
background-color: #CEC8E8;
}
</style>
border-color css
<style>
span { border-color: #CEC8E8; }
span { border-color: rgb(206,200,232); }
td.TdClassName
{
border-color: #CEC8E8;
}
.TagClassName
{
border-color: #CEC8E8;
}
</style>