Shades of Fog #CEC7E5
Tints of Fog #CEC7E5
RGB
CMYK
RGB Variations
Color information
#CEC7E5 (or 0xCEC7E5) is known color: Fog. HEX triplet: CE, C7 and E5. RGB value is (206,199,229). Sum of RGB (Red+Green+Blue) = 206+199+229=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEC7E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7E5 is #31381A. Grayscale: #CCCCCC. Windows color (decimal): -3225627 or 15058894. OLE color: 15058894.
HSL color Cylindrical-coordinate representation of color #CEC7E5: hue angle of 254º degrees, saturation: 0.37, 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 #CEC7E5 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 199 | 229 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.10 |
| HSL | 254º | 0.37% | 0.84% | - |
| HSV(B) | 254º | 0.13% | 0.9% | - |
| XYZ | 60.02 | 59.63 | 82.47 | - |
| YUV | 204.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 229 | 0.10 | 0.13 | 0 | 0.10 | 254 | 0.37 | 0.84 |
| Hex | CE | C7 | E5 | A | D | 0 | A | FE | 25 | 54 |
| Octal | 316 | 307 | 345 | 12 | 15 | 0 | 12 | 376 | 45 | 124 |
| Binary | 11001110 | 11000111 | 11100101 | 1010 | 1101 | 0 | 1010 | 11111110 | 100101 | 1010100 |
Color Harmonies of #CEC7E5
Complementary color
Monochromatic Colors of #CEC7E5
Black with #CEC7E5
Text Example
Text Example
White with #CEC7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7E5; }
p { color: rgb(206,199,229); }
H1.HeaderClassName
{
color: #CEC7E5;
}
.AnyTagClassName
{
color: #CEC7E5;
}
</style>
background-color css
<style>
a { background-color: #CEC7E5; }
a { background-color: rgb(206,199,229); }
div.DivClassName
{
background-color: #CEC7E5;
}
.BgClassName
{
background-color: #CEC7E5;
}
</style>
border-color css
<style>
span { border-color: #CEC7E5; }
span { border-color: rgb(206,199,229); }
td.TdClassName
{
border-color: #CEC7E5;
}
.TagClassName
{
border-color: #CEC7E5;
}
</style>