Shades of Fog #CEC3EE
Tints of Fog #CEC3EE
RGB
CMYK
RGB Variations
Color information
#CEC3EE (or 0xCEC3EE) is known color: Fog. HEX triplet: CE, C3 and EE. RGB value is (206,195,238). Sum of RGB (Red+Green+Blue) = 206+195+238=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 195 (76.56% from 255 or 30.52% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEC3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC3EE is #313C11. Grayscale: #CBCBCB. Windows color (decimal): -3226642 or 15647694. OLE color: 15647694.
HSL color Cylindrical-coordinate representation of color #CEC3EE: hue angle of 255.35º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEC3EE is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 195 | 238 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.07 |
| HSL | 255.35º | 0.56% | 0.85% | - |
| HSV(B) | 255.35º | 0.18% | 0.93% | - |
| XYZ | 60.4 | 58.33 | 88.96 | - |
| YUV | 203.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 238 | 0.13 | 0.18 | 0 | 0.07 | 255.35 | 0.56 | 0.85 |
| Hex | CE | C3 | EE | D | 12 | 0 | 7 | FF | 38 | 55 |
| Octal | 316 | 303 | 356 | 15 | 22 | 0 | 7 | 377 | 70 | 125 |
| Binary | 11001110 | 11000011 | 11101110 | 1101 | 10010 | 0 | 111 | 11111111 | 111000 | 1010101 |
Color Harmonies of #CEC3EE
Complementary color
Monochromatic Colors of #CEC3EE
Black with #CEC3EE
Text Example
Text Example
White with #CEC3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3EE; }
p { color: rgb(206,195,238); }
H1.HeaderClassName
{
color: #CEC3EE;
}
.AnyTagClassName
{
color: #CEC3EE;
}
</style>
background-color css
<style>
a { background-color: #CEC3EE; }
a { background-color: rgb(206,195,238); }
div.DivClassName
{
background-color: #CEC3EE;
}
.BgClassName
{
background-color: #CEC3EE;
}
</style>
border-color css
<style>
span { border-color: #CEC3EE; }
span { border-color: rgb(206,195,238); }
td.TdClassName
{
border-color: #CEC3EE;
}
.TagClassName
{
border-color: #CEC3EE;
}
</style>