Shades of Fog #CEC5DC
Tints of Fog #CEC5DC
RGB
CMYK
RGB Variations
Color information
#CEC5DC (or 0xCEC5DC) is known color: Fog. HEX triplet: CE, C5 and DC. RGB value is (206,197,220). Sum of RGB (Red+Green+Blue) = 206+197+220=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEC5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5DC is #313A23. Grayscale: #CACACA. Windows color (decimal): -3226148 or 14468558. OLE color: 14468558.
HSL color Cylindrical-coordinate representation of color #CEC5DC: hue angle of 263.48º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEC5DC is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 197 | 220 | - |
CMYK | 0.06 | 0.10 | 0 | 0.14 |
HSL | 263.48º | 0.25% | 0.82% | - |
HSV(B) | 263.48º | 0.1% | 0.86% | - |
XYZ | 58.34 | 58.22 | 75.87 | - |
YUV | 202.31 | 137.98 | 130.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 197 | 220 | 0.06 | 0.10 | 0 | 0.14 | 263.48 | 0.25 | 0.82 |
Hex | CE | C5 | DC | 6 | A | 0 | E | 107 | 19 | 52 |
Octal | 316 | 305 | 334 | 6 | 12 | 0 | 16 | 407 | 31 | 122 |
Binary | 11001110 | 11000101 | 11011100 | 110 | 1010 | 0 | 1110 | 100000111 | 11001 | 1010010 |
Color Harmonies of #CEC5DC
Complementary color
Monochromatic Colors of #CEC5DC
Black with #CEC5DC
Text Example
Text Example
White with #CEC5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5DC; }
p { color: rgb(206,197,220); }
H1.HeaderClassName
{
color: #CEC5DC;
}
.AnyTagClassName
{
color: #CEC5DC;
}
</style>
background-color css
<style>
a { background-color: #CEC5DC; }
a { background-color: rgb(206,197,220); }
div.DivClassName
{
background-color: #CEC5DC;
}
.BgClassName
{
background-color: #CEC5DC;
}
</style>
border-color css
<style>
span { border-color: #CEC5DC; }
span { border-color: rgb(206,197,220); }
td.TdClassName
{
border-color: #CEC5DC;
}
.TagClassName
{
border-color: #CEC5DC;
}
</style>