Shades of Sea Mist #CED8CF
Tints of Sea Mist #CED8CF
RGB
CMYK
RGB Variations
Color information
#CED8CF (or 0xCED8CF) is known color: Sea Mist. HEX triplet: CE, D8 and CF. RGB value is (206,216,207). Sum of RGB (Red+Green+Blue) = 206+216+207=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 216 - color contains mainly: green. Hex color #CED8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED8CF is #312730. Grayscale: #D4D4D4. Windows color (decimal): -3221297 or 13621454. OLE color: 13621454.
HSL color Cylindrical-coordinate representation of color #CED8CF: hue angle of 126º degrees, saturation: 0.11, 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 #CED8CF is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 207 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.15 |
| HSL | 126º | 0.11% | 0.83% | - |
| HSV(B) | 126º | 0.05% | 0.85% | - |
| XYZ | 61.27 | 66.74 | 68.68 | - |
| YUV | 211.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 207 | 0.05 | 0 | 0.04 | 0.15 | 126 | 0.11 | 0.83 |
| Hex | CE | D8 | CF | 5 | 0 | 4 | F | 7E | B | 53 |
| Octal | 316 | 330 | 317 | 5 | 0 | 4 | 17 | 176 | 13 | 123 |
| Binary | 11001110 | 11011000 | 11001111 | 101 | 0 | 100 | 1111 | 1111110 | 1011 | 1010011 |
Color Harmonies of #CED8CF
Complementary color
Monochromatic Colors of #CED8CF
Black with #CED8CF
Text Example
Text Example
White with #CED8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED8CF; }
p { color: rgb(206,216,207); }
H1.HeaderClassName
{
color: #CED8CF;
}
.AnyTagClassName
{
color: #CED8CF;
}
</style>
background-color css
<style>
a { background-color: #CED8CF; }
a { background-color: rgb(206,216,207); }
div.DivClassName
{
background-color: #CED8CF;
}
.BgClassName
{
background-color: #CED8CF;
}
</style>
border-color css
<style>
span { border-color: #CED8CF; }
span { border-color: rgb(206,216,207); }
td.TdClassName
{
border-color: #CED8CF;
}
.TagClassName
{
border-color: #CED8CF;
}
</style>