Shades of Sea Mist #CED9CF
Tints of Sea Mist #CED9CF
RGB
CMYK
RGB Variations
Color information
#CED9CF (or 0xCED9CF) is known color: Sea Mist. HEX triplet: CE, D9 and CF. RGB value is (206,217,207). Sum of RGB (Red+Green+Blue) = 206+217+207=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 217 - color contains mainly: green. Hex color #CED9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9CF is #312630. Grayscale: #D4D4D4. Windows color (decimal): -3221041 or 13621710. OLE color: 13621710.
HSL color Cylindrical-coordinate representation of color #CED9CF: hue angle of 125.45º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CED9CF is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 207 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.15 |
| HSL | 125.45º | 0.13% | 0.83% | - |
| HSV(B) | 125.45º | 0.05% | 0.85% | - |
| XYZ | 61.53 | 67.25 | 68.77 | - |
| YUV | 212.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 207 | 0.05 | 0 | 0.05 | 0.15 | 125.45 | 0.13 | 0.83 |
| Hex | CE | D9 | CF | 5 | 0 | 5 | F | 7D | D | 53 |
| Octal | 316 | 331 | 317 | 5 | 0 | 5 | 17 | 175 | 15 | 123 |
| Binary | 11001110 | 11011001 | 11001111 | 101 | 0 | 101 | 1111 | 1111101 | 1101 | 1010011 |
Color Harmonies of #CED9CF
Complementary color
Monochromatic Colors of #CED9CF
Black with #CED9CF
Text Example
Text Example
White with #CED9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED9CF; }
p { color: rgb(206,217,207); }
H1.HeaderClassName
{
color: #CED9CF;
}
.AnyTagClassName
{
color: #CED9CF;
}
</style>
background-color css
<style>
a { background-color: #CED9CF; }
a { background-color: rgb(206,217,207); }
div.DivClassName
{
background-color: #CED9CF;
}
.BgClassName
{
background-color: #CED9CF;
}
</style>
border-color css
<style>
span { border-color: #CED9CF; }
span { border-color: rgb(206,217,207); }
td.TdClassName
{
border-color: #CED9CF;
}
.TagClassName
{
border-color: #CED9CF;
}
</style>