Shades of Fog #CEC7ED
Tints of Fog #CEC7ED
RGB
CMYK
RGB Variations
Color information
#CEC7ED (or 0xCEC7ED) is known color: Fog. HEX triplet: CE, C7 and ED. RGB value is (206,199,237). Sum of RGB (Red+Green+Blue) = 206+199+237=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEC7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC7ED is #313812. Grayscale: #CDCDCD. Windows color (decimal): -3225619 or 15583182. OLE color: 15583182.
HSL color Cylindrical-coordinate representation of color #CEC7ED: hue angle of 251.05º degrees, saturation: 0.51, 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 #CEC7ED is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 199 | 237 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.07 |
| HSL | 251.05º | 0.51% | 0.85% | - |
| HSV(B) | 251.05º | 0.16% | 0.93% | - |
| XYZ | 61.16 | 60.08 | 88.49 | - |
| YUV | 205.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 237 | 0.13 | 0.16 | 0 | 0.07 | 251.05 | 0.51 | 0.85 |
| Hex | CE | C7 | ED | D | 10 | 0 | 7 | FB | 33 | 55 |
| Octal | 316 | 307 | 355 | 15 | 20 | 0 | 7 | 373 | 63 | 125 |
| Binary | 11001110 | 11000111 | 11101101 | 1101 | 10000 | 0 | 111 | 11111011 | 110011 | 1010101 |
Color Harmonies of #CEC7ED
Complementary color
Monochromatic Colors of #CEC7ED
Black with #CEC7ED
Text Example
Text Example
White with #CEC7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7ED; }
p { color: rgb(206,199,237); }
H1.HeaderClassName
{
color: #CEC7ED;
}
.AnyTagClassName
{
color: #CEC7ED;
}
</style>
background-color css
<style>
a { background-color: #CEC7ED; }
a { background-color: rgb(206,199,237); }
div.DivClassName
{
background-color: #CEC7ED;
}
.BgClassName
{
background-color: #CEC7ED;
}
</style>
border-color css
<style>
span { border-color: #CEC7ED; }
span { border-color: rgb(206,199,237); }
td.TdClassName
{
border-color: #CEC7ED;
}
.TagClassName
{
border-color: #CEC7ED;
}
</style>