Shades of Fog #CEC0E9
Tints of Fog #CEC0E9
RGB
CMYK
RGB Variations
Color information
#CEC0E9 (or 0xCEC0E9) is known color: Fog. HEX triplet: CE, C0 and E9. RGB value is (206,192,233). Sum of RGB (Red+Green+Blue) = 206+192+233=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 233 - color contains mainly: blue. Hex color #CEC0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC0E9 is #313F16. Grayscale: #C8C8C8. Windows color (decimal): -3227415 or 15319246. OLE color: 15319246.
HSL color Cylindrical-coordinate representation of color #CEC0E9: hue angle of 260.49º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEC0E9 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 192 | 233 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.09 |
| HSL | 260.49º | 0.48% | 0.83% | - |
| HSV(B) | 260.49º | 0.18% | 0.91% | - |
| XYZ | 59.01 | 56.7 | 84.93 | - |
| YUV | 200.86 | 146.14 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 233 | 0.12 | 0.18 | 0 | 0.09 | 260.49 | 0.48 | 0.83 |
| Hex | CE | C0 | E9 | C | 12 | 0 | 9 | 104 | 30 | 53 |
| Octal | 316 | 300 | 351 | 14 | 22 | 0 | 11 | 404 | 60 | 123 |
| Binary | 11001110 | 11000000 | 11101001 | 1100 | 10010 | 0 | 1001 | 100000100 | 110000 | 1010011 |
Color Harmonies of #CEC0E9
Complementary color
Monochromatic Colors of #CEC0E9
Black with #CEC0E9
Text Example
Text Example
White with #CEC0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0E9; }
p { color: rgb(206,192,233); }
H1.HeaderClassName
{
color: #CEC0E9;
}
.AnyTagClassName
{
color: #CEC0E9;
}
</style>
background-color css
<style>
a { background-color: #CEC0E9; }
a { background-color: rgb(206,192,233); }
div.DivClassName
{
background-color: #CEC0E9;
}
.BgClassName
{
background-color: #CEC0E9;
}
</style>
border-color css
<style>
span { border-color: #CEC0E9; }
span { border-color: rgb(206,192,233); }
td.TdClassName
{
border-color: #CEC0E9;
}
.TagClassName
{
border-color: #CEC0E9;
}
</style>