Shades of Fog #CEC3EC
Tints of Fog #CEC3EC
RGB
CMYK
RGB Variations
Color information
#CEC3EC (or 0xCEC3EC) is known color: Fog. HEX triplet: CE, C3 and EC. RGB value is (206,195,236). Sum of RGB (Red+Green+Blue) = 206+195+236=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 195 (76.56% from 255 or 30.61% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEC3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC3EC is #313C13. Grayscale: #CACACA. Windows color (decimal): -3226644 or 15516622. OLE color: 15516622.
HSL color Cylindrical-coordinate representation of color #CEC3EC: hue angle of 256.1º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEC3EC is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 195 | 236 | - |
CMYK | 0.13 | 0.17 | 0 | 0.07 |
HSL | 256.1º | 0.52% | 0.85% | - |
HSV(B) | 256.1º | 0.17% | 0.93% | - |
XYZ | 60.11 | 58.21 | 87.42 | - |
YUV | 202.96 | 146.64 | 130.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 195 | 236 | 0.13 | 0.17 | 0 | 0.07 | 256.1 | 0.52 | 0.85 |
Hex | CE | C3 | EC | D | 11 | 0 | 7 | 100 | 34 | 55 |
Octal | 316 | 303 | 354 | 15 | 21 | 0 | 7 | 400 | 64 | 125 |
Binary | 11001110 | 11000011 | 11101100 | 1101 | 10001 | 0 | 111 | 100000000 | 110100 | 1010101 |
Color Harmonies of #CEC3EC
Complementary color
Monochromatic Colors of #CEC3EC
Black with #CEC3EC
Text Example
Text Example
White with #CEC3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3EC; }
p { color: rgb(206,195,236); }
H1.HeaderClassName
{
color: #CEC3EC;
}
.AnyTagClassName
{
color: #CEC3EC;
}
</style>
background-color css
<style>
a { background-color: #CEC3EC; }
a { background-color: rgb(206,195,236); }
div.DivClassName
{
background-color: #CEC3EC;
}
.BgClassName
{
background-color: #CEC3EC;
}
</style>
border-color css
<style>
span { border-color: #CEC3EC; }
span { border-color: rgb(206,195,236); }
td.TdClassName
{
border-color: #CEC3EC;
}
.TagClassName
{
border-color: #CEC3EC;
}
</style>