Shades of Fog #CEC0EA
Tints of Fog #CEC0EA
RGB
CMYK
RGB Variations
Color information
#CEC0EA (or 0xCEC0EA) is known color: Fog. HEX triplet: CE, C0 and EA. RGB value is (206,192,234). Sum of RGB (Red+Green+Blue) = 206+192+234=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEC0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC0EA is #313F15. Grayscale: #C8C8C8. Windows color (decimal): -3227414 or 15384782. OLE color: 15384782.
HSL color Cylindrical-coordinate representation of color #CEC0EA: hue angle of 260º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEC0EA is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 192 | 234 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.08 |
| HSL | 260º | 0.5% | 0.84% | - |
| HSV(B) | 260º | 0.18% | 0.92% | - |
| XYZ | 59.15 | 56.76 | 85.68 | - |
| YUV | 200.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 234 | 0.12 | 0.18 | 0 | 0.08 | 260 | 0.5 | 0.84 |
| Hex | CE | C0 | EA | C | 12 | 0 | 8 | 104 | 32 | 54 |
| Octal | 316 | 300 | 352 | 14 | 22 | 0 | 10 | 404 | 62 | 124 |
| Binary | 11001110 | 11000000 | 11101010 | 1100 | 10010 | 0 | 1000 | 100000100 | 110010 | 1010100 |
Color Harmonies of #CEC0EA
Complementary color
Monochromatic Colors of #CEC0EA
Black with #CEC0EA
Text Example
Text Example
White with #CEC0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0EA; }
p { color: rgb(206,192,234); }
H1.HeaderClassName
{
color: #CEC0EA;
}
.AnyTagClassName
{
color: #CEC0EA;
}
</style>
background-color css
<style>
a { background-color: #CEC0EA; }
a { background-color: rgb(206,192,234); }
div.DivClassName
{
background-color: #CEC0EA;
}
.BgClassName
{
background-color: #CEC0EA;
}
</style>
border-color css
<style>
span { border-color: #CEC0EA; }
span { border-color: rgb(206,192,234); }
td.TdClassName
{
border-color: #CEC0EA;
}
.TagClassName
{
border-color: #CEC0EA;
}
</style>