Shades of Sea Mist #CED6CE
Tints of Sea Mist #CED6CE
RGB
CMYK
RGB Variations
Color information
#CED6CE (or 0xCED6CE) is known color: Sea Mist. HEX triplet: CE, D6 and CE. RGB value is (206,214,206). Sum of RGB (Red+Green+Blue) = 206+214+206=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6CE is #312931. Grayscale: #D2D2D2. Windows color (decimal): -3221810 or 13555406. OLE color: 13555406.
HSL color Cylindrical-coordinate representation of color #CED6CE: hue angle of 120º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CED6CE is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 206 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.16 |
| HSL | 120º | 0.09% | 0.82% | - |
| HSV(B) | 120º | 0.04% | 0.84% | - |
| XYZ | 60.64 | 65.67 | 67.87 | - |
| YUV | 210.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 206 | 0.04 | 0 | 0.04 | 0.16 | 120 | 0.09 | 0.82 |
| Hex | CE | D6 | CE | 4 | 0 | 4 | 10 | 78 | 9 | 52 |
| Octal | 316 | 326 | 316 | 4 | 0 | 4 | 20 | 170 | 11 | 122 |
| Binary | 11001110 | 11010110 | 11001110 | 100 | 0 | 100 | 10000 | 1111000 | 1001 | 1010010 |
Color Harmonies of #CED6CE
Complementary color
Monochromatic Colors of #CED6CE
Black with #CED6CE
Text Example
Text Example
White with #CED6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6CE; }
p { color: rgb(206,214,206); }
H1.HeaderClassName
{
color: #CED6CE;
}
.AnyTagClassName
{
color: #CED6CE;
}
</style>
background-color css
<style>
a { background-color: #CED6CE; }
a { background-color: rgb(206,214,206); }
div.DivClassName
{
background-color: #CED6CE;
}
.BgClassName
{
background-color: #CED6CE;
}
</style>
border-color css
<style>
span { border-color: #CED6CE; }
span { border-color: rgb(206,214,206); }
td.TdClassName
{
border-color: #CED6CE;
}
.TagClassName
{
border-color: #CED6CE;
}
</style>