Shades of Fog #CEC6DD
Tints of Fog #CEC6DD
RGB
CMYK
RGB Variations
Color information
#CEC6DD (or 0xCEC6DD) is known color: Fog. HEX triplet: CE, C6 and DD. RGB value is (206,198,221). Sum of RGB (Red+Green+Blue) = 206+198+221=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEC6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6DD is #313922. Grayscale: #CACACA. Windows color (decimal): -3225891 or 14534350. OLE color: 14534350.
HSL color Cylindrical-coordinate representation of color #CEC6DD: hue angle of 260.87º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEC6DD is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 198 | 221 | - |
CMYK | 0.07 | 0.10 | 0 | 0.13 |
HSL | 260.87º | 0.25% | 0.82% | - |
HSV(B) | 260.87º | 0.1% | 0.87% | - |
XYZ | 58.7 | 58.73 | 76.65 | - |
YUV | 203.01 | 138.15 | 130.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 198 | 221 | 0.07 | 0.10 | 0 | 0.13 | 260.87 | 0.25 | 0.82 |
Hex | CE | C6 | DD | 7 | A | 0 | D | 105 | 19 | 52 |
Octal | 316 | 306 | 335 | 7 | 12 | 0 | 15 | 405 | 31 | 122 |
Binary | 11001110 | 11000110 | 11011101 | 111 | 1010 | 0 | 1101 | 100000101 | 11001 | 1010010 |
Color Harmonies of #CEC6DD
Complementary color
Monochromatic Colors of #CEC6DD
Black with #CEC6DD
Text Example
Text Example
White with #CEC6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6DD; }
p { color: rgb(206,198,221); }
H1.HeaderClassName
{
color: #CEC6DD;
}
.AnyTagClassName
{
color: #CEC6DD;
}
</style>
background-color css
<style>
a { background-color: #CEC6DD; }
a { background-color: rgb(206,198,221); }
div.DivClassName
{
background-color: #CEC6DD;
}
.BgClassName
{
background-color: #CEC6DD;
}
</style>
border-color css
<style>
span { border-color: #CEC6DD; }
span { border-color: rgb(206,198,221); }
td.TdClassName
{
border-color: #CEC6DD;
}
.TagClassName
{
border-color: #CEC6DD;
}
</style>