Shades of Fog #CEC7E7
Tints of Fog #CEC7E7
RGB
CMYK
RGB Variations
Color information
#CEC7E7 (or 0xCEC7E7) is known color: Fog. HEX triplet: CE, C7 and E7. RGB value is (206,199,231). Sum of RGB (Red+Green+Blue) = 206+199+231=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 231 (90.62% from 255 or 36.32% from 636); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEC7E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC7E7 is #313818. Grayscale: #CCCCCC. Windows color (decimal): -3225625 or 15189966. OLE color: 15189966.
HSL color Cylindrical-coordinate representation of color #CEC7E7: hue angle of 253.12º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEC7E7 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 206 | 199 | 231 | - |
CMYK | 0.11 | 0.14 | 0 | 0.09 |
HSL | 253.13º | 0.4% | 0.84% | - |
HSV(B) | 253.13º | 0.14% | 0.91% | - |
XYZ | 60.3 | 59.74 | 83.95 | - |
YUV | 204.74 | 142.82 | 128.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 199 | 231 | 0.11 | 0.14 | 0 | 0.09 | 253.13 | 0.4 | 0.84 |
Hex | CE | C7 | E7 | B | E | 0 | 9 | FD | 28 | 54 |
Octal | 316 | 307 | 347 | 13 | 16 | 0 | 11 | 375 | 50 | 124 |
Binary | 11001110 | 11000111 | 11100111 | 1011 | 1110 | 0 | 1001 | 11111101 | 101000 | 1010100 |
Color Harmonies of #CEC7E7
Complementary color
Monochromatic Colors of #CEC7E7
Black with #CEC7E7
Text Example
Text Example
White with #CEC7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7E7; }
p { color: rgb(206,199,231); }
H1.HeaderClassName
{
color: #CEC7E7;
}
.AnyTagClassName
{
color: #CEC7E7;
}
</style>
background-color css
<style>
a { background-color: #CEC7E7; }
a { background-color: rgb(206,199,231); }
div.DivClassName
{
background-color: #CEC7E7;
}
.BgClassName
{
background-color: #CEC7E7;
}
</style>
border-color css
<style>
span { border-color: #CEC7E7; }
span { border-color: rgb(206,199,231); }
td.TdClassName
{
border-color: #CEC7E7;
}
.TagClassName
{
border-color: #CEC7E7;
}
</style>