Shades of Fog #CEC5EA
Tints of Fog #CEC5EA
RGB
CMYK
RGB Variations
Color information
#CEC5EA (or 0xCEC5EA) is known color: Fog. HEX triplet: CE, C5 and EA. RGB value is (206,197,234). Sum of RGB (Red+Green+Blue) = 206+197+234=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEC5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC5EA is #313A15. Grayscale: #CBCBCB. Windows color (decimal): -3226134 or 15386062. OLE color: 15386062.
HSL color Cylindrical-coordinate representation of color #CEC5EA: hue angle of 254.59º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEC5EA is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 197 | 234 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.08 |
| HSL | 254.59º | 0.47% | 0.85% | - |
| HSV(B) | 254.59º | 0.16% | 0.92% | - |
| XYZ | 60.27 | 58.99 | 86.05 | - |
| YUV | 203.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 234 | 0.12 | 0.16 | 0 | 0.08 | 254.59 | 0.47 | 0.85 |
| Hex | CE | C5 | EA | C | 10 | 0 | 8 | FF | 2F | 55 |
| Octal | 316 | 305 | 352 | 14 | 20 | 0 | 10 | 377 | 57 | 125 |
| Binary | 11001110 | 11000101 | 11101010 | 1100 | 10000 | 0 | 1000 | 11111111 | 101111 | 1010101 |
Color Harmonies of #CEC5EA
Complementary color
Monochromatic Colors of #CEC5EA
Black with #CEC5EA
Text Example
Text Example
White with #CEC5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5EA; }
p { color: rgb(206,197,234); }
H1.HeaderClassName
{
color: #CEC5EA;
}
.AnyTagClassName
{
color: #CEC5EA;
}
</style>
background-color css
<style>
a { background-color: #CEC5EA; }
a { background-color: rgb(206,197,234); }
div.DivClassName
{
background-color: #CEC5EA;
}
.BgClassName
{
background-color: #CEC5EA;
}
</style>
border-color css
<style>
span { border-color: #CEC5EA; }
span { border-color: rgb(206,197,234); }
td.TdClassName
{
border-color: #CEC5EA;
}
.TagClassName
{
border-color: #CEC5EA;
}
</style>