Shades of Fog #CEC7EC
Tints of Fog #CEC7EC
RGB
CMYK
RGB Variations
Color information
#CEC7EC (or 0xCEC7EC) is known color: Fog. HEX triplet: CE, C7 and EC. RGB value is (206,199,236). Sum of RGB (Red+Green+Blue) = 206+199+236=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEC7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC7EC is #313813. Grayscale: #CDCDCD. Windows color (decimal): -3225620 or 15517646. OLE color: 15517646.
HSL color Cylindrical-coordinate representation of color #CEC7EC: hue angle of 251.35º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEC7EC is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 199 | 236 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.07 |
| HSL | 251.35º | 0.49% | 0.85% | - |
| HSV(B) | 251.35º | 0.16% | 0.93% | - |
| XYZ | 61.02 | 60.02 | 87.73 | - |
| YUV | 205.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 236 | 0.13 | 0.16 | 0 | 0.07 | 251.35 | 0.49 | 0.85 |
| Hex | CE | C7 | EC | D | 10 | 0 | 7 | FB | 31 | 55 |
| Octal | 316 | 307 | 354 | 15 | 20 | 0 | 7 | 373 | 61 | 125 |
| Binary | 11001110 | 11000111 | 11101100 | 1101 | 10000 | 0 | 111 | 11111011 | 110001 | 1010101 |
Color Harmonies of #CEC7EC
Complementary color
Monochromatic Colors of #CEC7EC
Black with #CEC7EC
Text Example
Text Example
White with #CEC7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7EC; }
p { color: rgb(206,199,236); }
H1.HeaderClassName
{
color: #CEC7EC;
}
.AnyTagClassName
{
color: #CEC7EC;
}
</style>
background-color css
<style>
a { background-color: #CEC7EC; }
a { background-color: rgb(206,199,236); }
div.DivClassName
{
background-color: #CEC7EC;
}
.BgClassName
{
background-color: #CEC7EC;
}
</style>
border-color css
<style>
span { border-color: #CEC7EC; }
span { border-color: rgb(206,199,236); }
td.TdClassName
{
border-color: #CEC7EC;
}
.TagClassName
{
border-color: #CEC7EC;
}
</style>