Shades of Sea Mist #CED9CE
Tints of Sea Mist #CED9CE
RGB
CMYK
RGB Variations
Color information
#CED9CE (or 0xCED9CE) is known color: Sea Mist. HEX triplet: CE, D9 and CE. RGB value is (206,217,206). Sum of RGB (Red+Green+Blue) = 206+217+206=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 217 - color contains mainly: green. Hex color #CED9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9CE is #312631. Grayscale: #D4D4D4. Windows color (decimal): -3221042 or 13556174. OLE color: 13556174.
HSL color Cylindrical-coordinate representation of color #CED9CE: hue angle of 120º 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 #CED9CE is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 217 | 206 | - |
CMYK | 0.05 | 0 | 0.05 | 0.15 |
HSL | 120º | 0.13% | 0.83% | - |
HSV(B) | 120º | 0.05% | 0.85% | - |
XYZ | 61.41 | 67.2 | 68.13 | - |
YUV | 212.46 | 124.36 | 123.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 217 | 206 | 0.05 | 0 | 0.05 | 0.15 | 120 | 0.13 | 0.83 |
Hex | CE | D9 | CE | 5 | 0 | 5 | F | 78 | D | 53 |
Octal | 316 | 331 | 316 | 5 | 0 | 5 | 17 | 170 | 15 | 123 |
Binary | 11001110 | 11011001 | 11001110 | 101 | 0 | 101 | 1111 | 1111000 | 1101 | 1010011 |
Color Harmonies of #CED9CE
Complementary color
Monochromatic Colors of #CED9CE
Black with #CED9CE
Text Example
Text Example
White with #CED9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED9CE; }
p { color: rgb(206,217,206); }
H1.HeaderClassName
{
color: #CED9CE;
}
.AnyTagClassName
{
color: #CED9CE;
}
</style>
background-color css
<style>
a { background-color: #CED9CE; }
a { background-color: rgb(206,217,206); }
div.DivClassName
{
background-color: #CED9CE;
}
.BgClassName
{
background-color: #CED9CE;
}
</style>
border-color css
<style>
span { border-color: #CED9CE; }
span { border-color: rgb(206,217,206); }
td.TdClassName
{
border-color: #CED9CE;
}
.TagClassName
{
border-color: #CED9CE;
}
</style>