Shades of Sea Mist #CED6CF
Tints of Sea Mist #CED6CF
RGB
CMYK
RGB Variations
Color information
#CED6CF (or 0xCED6CF) is known color: Sea Mist. HEX triplet: CE, D6 and CF. RGB value is (206,214,207). Sum of RGB (Red+Green+Blue) = 206+214+207=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6CF is #312930. Grayscale: #D2D2D2. Windows color (decimal): -3221809 or 13620942. OLE color: 13620942.
HSL color Cylindrical-coordinate representation of color #CED6CF: hue angle of 127.5º 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 #CED6CF is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 207 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.16 |
| HSL | 127.5º | 0.09% | 0.82% | - |
| HSV(B) | 127.5º | 0.04% | 0.84% | - |
| XYZ | 60.76 | 65.72 | 68.51 | - |
| YUV | 210.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 207 | 0.04 | 0 | 0.03 | 0.16 | 127.5 | 0.09 | 0.82 |
| Hex | CE | D6 | CF | 4 | 0 | 3 | 10 | 80 | 9 | 52 |
| Octal | 316 | 326 | 317 | 4 | 0 | 3 | 20 | 200 | 11 | 122 |
| Binary | 11001110 | 11010110 | 11001111 | 100 | 0 | 11 | 10000 | 10000000 | 1001 | 1010010 |
Color Harmonies of #CED6CF
Complementary color
Monochromatic Colors of #CED6CF
Black with #CED6CF
Text Example
Text Example
White with #CED6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6CF; }
p { color: rgb(206,214,207); }
H1.HeaderClassName
{
color: #CED6CF;
}
.AnyTagClassName
{
color: #CED6CF;
}
</style>
background-color css
<style>
a { background-color: #CED6CF; }
a { background-color: rgb(206,214,207); }
div.DivClassName
{
background-color: #CED6CF;
}
.BgClassName
{
background-color: #CED6CF;
}
</style>
border-color css
<style>
span { border-color: #CED6CF; }
span { border-color: rgb(206,214,207); }
td.TdClassName
{
border-color: #CED6CF;
}
.TagClassName
{
border-color: #CED6CF;
}
</style>