Shades of Fog #CEC5ED
Tints of Fog #CEC5ED
RGB
CMYK
RGB Variations
Color information
#CEC5ED (or 0xCEC5ED) is known color: Fog. HEX triplet: CE, C5 and ED. RGB value is (206,197,237). Sum of RGB (Red+Green+Blue) = 206+197+237=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEC5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC5ED is #313A12. Grayscale: #CCCCCC. Windows color (decimal): -3226131 or 15582670. OLE color: 15582670.
HSL color Cylindrical-coordinate representation of color #CEC5ED: hue angle of 253.5º degrees, saturation: 0.53, 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 #CEC5ED is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 197 | 237 | - |
CMYK | 0.13 | 0.17 | 0 | 0.07 |
HSL | 253.5º | 0.53% | 0.85% | - |
HSV(B) | 253.5º | 0.17% | 0.93% | - |
XYZ | 60.71 | 59.17 | 88.34 | - |
YUV | 204.25 | 146.48 | 129.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 197 | 237 | 0.13 | 0.17 | 0 | 0.07 | 253.5 | 0.53 | 0.85 |
Hex | CE | C5 | ED | D | 11 | 0 | 7 | FE | 35 | 55 |
Octal | 316 | 305 | 355 | 15 | 21 | 0 | 7 | 376 | 65 | 125 |
Binary | 11001110 | 11000101 | 11101101 | 1101 | 10001 | 0 | 111 | 11111110 | 110101 | 1010101 |
Color Harmonies of #CEC5ED
Complementary color
Monochromatic Colors of #CEC5ED
Black with #CEC5ED
Text Example
Text Example
White with #CEC5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5ED; }
p { color: rgb(206,197,237); }
H1.HeaderClassName
{
color: #CEC5ED;
}
.AnyTagClassName
{
color: #CEC5ED;
}
</style>
background-color css
<style>
a { background-color: #CEC5ED; }
a { background-color: rgb(206,197,237); }
div.DivClassName
{
background-color: #CEC5ED;
}
.BgClassName
{
background-color: #CEC5ED;
}
</style>
border-color css
<style>
span { border-color: #CEC5ED; }
span { border-color: rgb(206,197,237); }
td.TdClassName
{
border-color: #CEC5ED;
}
.TagClassName
{
border-color: #CEC5ED;
}
</style>