Shades of Fog #CEC4ED
Tints of Fog #CEC4ED
RGB
CMYK
RGB Variations
Color information
#CEC4ED (or 0xCEC4ED) is known color: Fog. HEX triplet: CE, C4 and ED. RGB value is (206,196,237). Sum of RGB (Red+Green+Blue) = 206+196+237=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 196 (76.95% from 255 or 30.67% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEC4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC4ED is #313B12. Grayscale: #CBCBCB. Windows color (decimal): -3226387 or 15582414. OLE color: 15582414.
HSL color Cylindrical-coordinate representation of color #CEC4ED: hue angle of 254.63º 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 #CEC4ED is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 196 | 237 | - |
CMYK | 0.13 | 0.17 | 0 | 0.07 |
HSL | 254.63º | 0.53% | 0.85% | - |
HSV(B) | 254.63º | 0.17% | 0.93% | - |
XYZ | 60.48 | 58.72 | 88.27 | - |
YUV | 203.66 | 146.81 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 196 | 237 | 0.13 | 0.17 | 0 | 0.07 | 254.63 | 0.53 | 0.85 |
Hex | CE | C4 | ED | D | 11 | 0 | 7 | FF | 35 | 55 |
Octal | 316 | 304 | 355 | 15 | 21 | 0 | 7 | 377 | 65 | 125 |
Binary | 11001110 | 11000100 | 11101101 | 1101 | 10001 | 0 | 111 | 11111111 | 110101 | 1010101 |
Color Harmonies of #CEC4ED
Complementary color
Monochromatic Colors of #CEC4ED
Black with #CEC4ED
Text Example
Text Example
White with #CEC4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4ED; }
p { color: rgb(206,196,237); }
H1.HeaderClassName
{
color: #CEC4ED;
}
.AnyTagClassName
{
color: #CEC4ED;
}
</style>
background-color css
<style>
a { background-color: #CEC4ED; }
a { background-color: rgb(206,196,237); }
div.DivClassName
{
background-color: #CEC4ED;
}
.BgClassName
{
background-color: #CEC4ED;
}
</style>
border-color css
<style>
span { border-color: #CEC4ED; }
span { border-color: rgb(206,196,237); }
td.TdClassName
{
border-color: #CEC4ED;
}
.TagClassName
{
border-color: #CEC4ED;
}
</style>