Shades of Fog #CEC8E5
Tints of Fog #CEC8E5
RGB
CMYK
RGB Variations
Color information
#CEC8E5 (or 0xCEC8E5) is known color: Fog. HEX triplet: CE, C8 and E5. RGB value is (206,200,229). Sum of RGB (Red+Green+Blue) = 206+200+229=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEC8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8E5 is #31371A. Grayscale: #CCCCCC. Windows color (decimal): -3225371 or 15059150. OLE color: 15059150.
HSL color Cylindrical-coordinate representation of color #CEC8E5: hue angle of 252.41º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEC8E5 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 200 | 229 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.10 |
| HSL | 252.41º | 0.36% | 0.84% | - |
| HSV(B) | 252.41º | 0.13% | 0.9% | - |
| XYZ | 60.25 | 60.09 | 82.55 | - |
| YUV | 205.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 229 | 0.10 | 0.13 | 0 | 0.10 | 252.41 | 0.36 | 0.84 |
| Hex | CE | C8 | E5 | A | D | 0 | A | FC | 24 | 54 |
| Octal | 316 | 310 | 345 | 12 | 15 | 0 | 12 | 374 | 44 | 124 |
| Binary | 11001110 | 11001000 | 11100101 | 1010 | 1101 | 0 | 1010 | 11111100 | 100100 | 1010100 |
Color Harmonies of #CEC8E5
Complementary color
Monochromatic Colors of #CEC8E5
Black with #CEC8E5
Text Example
Text Example
White with #CEC8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8E5; }
p { color: rgb(206,200,229); }
H1.HeaderClassName
{
color: #CEC8E5;
}
.AnyTagClassName
{
color: #CEC8E5;
}
</style>
background-color css
<style>
a { background-color: #CEC8E5; }
a { background-color: rgb(206,200,229); }
div.DivClassName
{
background-color: #CEC8E5;
}
.BgClassName
{
background-color: #CEC8E5;
}
</style>
border-color css
<style>
span { border-color: #CEC8E5; }
span { border-color: rgb(206,200,229); }
td.TdClassName
{
border-color: #CEC8E5;
}
.TagClassName
{
border-color: #CEC8E5;
}
</style>