Shades of Fog #CEC1E3
Tints of Fog #CEC1E3
RGB
CMYK
RGB Variations
Color information
#CEC1E3 (or 0xCEC1E3) is known color: Fog. HEX triplet: CE, C1 and E3. RGB value is (206,193,227). Sum of RGB (Red+Green+Blue) = 206+193+227=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 193 (75.78% from 255 or 30.83% from 626); Blue value is 227 (89.06% from 255 or 36.26% from 626); Max value from RGB is 227 - color contains mainly: blue. Hex color #CEC1E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1E3 is #313E1C. Grayscale: #C8C8C8. Windows color (decimal): -3227165 or 14926286. OLE color: 14926286.
HSL color Cylindrical-coordinate representation of color #CEC1E3: hue angle of 262.94º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEC1E3 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 206 | 193 | 227 | - |
CMYK | 0.09 | 0.15 | 0 | 0.11 |
HSL | 262.94º | 0.38% | 0.82% | - |
HSV(B) | 262.94º | 0.15% | 0.89% | - |
XYZ | 58.39 | 56.81 | 80.56 | - |
YUV | 200.76 | 142.81 | 131.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 193 | 227 | 0.09 | 0.15 | 0 | 0.11 | 262.94 | 0.38 | 0.82 |
Hex | CE | C1 | E3 | 9 | F | 0 | B | 107 | 26 | 52 |
Octal | 316 | 301 | 343 | 11 | 17 | 0 | 13 | 407 | 46 | 122 |
Binary | 11001110 | 11000001 | 11100011 | 1001 | 1111 | 0 | 1011 | 100000111 | 100110 | 1010010 |
Color Harmonies of #CEC1E3
Complementary color
Monochromatic Colors of #CEC1E3
Black with #CEC1E3
Text Example
Text Example
White with #CEC1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1E3; }
p { color: rgb(206,193,227); }
H1.HeaderClassName
{
color: #CEC1E3;
}
.AnyTagClassName
{
color: #CEC1E3;
}
</style>
background-color css
<style>
a { background-color: #CEC1E3; }
a { background-color: rgb(206,193,227); }
div.DivClassName
{
background-color: #CEC1E3;
}
.BgClassName
{
background-color: #CEC1E3;
}
</style>
border-color css
<style>
span { border-color: #CEC1E3; }
span { border-color: rgb(206,193,227); }
td.TdClassName
{
border-color: #CEC1E3;
}
.TagClassName
{
border-color: #CEC1E3;
}
</style>