Shades of Fog #CEC7EA
Tints of Fog #CEC7EA
RGB
CMYK
RGB Variations
Color information
#CEC7EA (or 0xCEC7EA) is known color: Fog. HEX triplet: CE, C7 and EA. RGB value is (206,199,234). Sum of RGB (Red+Green+Blue) = 206+199+234=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEC7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC7EA is #313815. Grayscale: #CCCCCC. Windows color (decimal): -3225622 or 15386574. OLE color: 15386574.
HSL color Cylindrical-coordinate representation of color #CEC7EA: hue angle of 252º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEC7EA is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 199 | 234 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.08 |
| HSL | 252º | 0.45% | 0.85% | - |
| HSV(B) | 252º | 0.15% | 0.92% | - |
| XYZ | 60.73 | 59.91 | 86.2 | - |
| YUV | 205.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 234 | 0.12 | 0.15 | 0 | 0.08 | 252 | 0.45 | 0.85 |
| Hex | CE | C7 | EA | C | F | 0 | 8 | FC | 2D | 55 |
| Octal | 316 | 307 | 352 | 14 | 17 | 0 | 10 | 374 | 55 | 125 |
| Binary | 11001110 | 11000111 | 11101010 | 1100 | 1111 | 0 | 1000 | 11111100 | 101101 | 1010101 |
Color Harmonies of #CEC7EA
Complementary color
Monochromatic Colors of #CEC7EA
Black with #CEC7EA
Text Example
Text Example
White with #CEC7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7EA; }
p { color: rgb(206,199,234); }
H1.HeaderClassName
{
color: #CEC7EA;
}
.AnyTagClassName
{
color: #CEC7EA;
}
</style>
background-color css
<style>
a { background-color: #CEC7EA; }
a { background-color: rgb(206,199,234); }
div.DivClassName
{
background-color: #CEC7EA;
}
.BgClassName
{
background-color: #CEC7EA;
}
</style>
border-color css
<style>
span { border-color: #CEC7EA; }
span { border-color: rgb(206,199,234); }
td.TdClassName
{
border-color: #CEC7EA;
}
.TagClassName
{
border-color: #CEC7EA;
}
</style>