Shades of Sea Mist #CEDBCE
Tints of Sea Mist #CEDBCE
RGB
CMYK
RGB Variations
Color information
#CEDBCE (or 0xCEDBCE) is known color: Sea Mist. HEX triplet: CE, DB and CE. RGB value is (206,219,206). Sum of RGB (Red+Green+Blue) = 206+219+206=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBCE is #312431. Grayscale: #D5D5D5. Windows color (decimal): -3220530 or 13556686. OLE color: 13556686.
HSL color Cylindrical-coordinate representation of color #CEDBCE: hue angle of 120º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEDBCE is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 206 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.14 |
| HSL | 120º | 0.15% | 0.83% | - |
| HSV(B) | 120º | 0.06% | 0.86% | - |
| XYZ | 61.93 | 68.24 | 68.3 | - |
| YUV | 213.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 206 | 0.06 | 0 | 0.06 | 0.14 | 120 | 0.15 | 0.83 |
| Hex | CE | DB | CE | 6 | 0 | 6 | E | 78 | F | 53 |
| Octal | 316 | 333 | 316 | 6 | 0 | 6 | 16 | 170 | 17 | 123 |
| Binary | 11001110 | 11011011 | 11001110 | 110 | 0 | 110 | 1110 | 1111000 | 1111 | 1010011 |
Color Harmonies of #CEDBCE
Complementary color
Monochromatic Colors of #CEDBCE
Black with #CEDBCE
Text Example
Text Example
White with #CEDBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBCE; }
p { color: rgb(206,219,206); }
H1.HeaderClassName
{
color: #CEDBCE;
}
.AnyTagClassName
{
color: #CEDBCE;
}
</style>
background-color css
<style>
a { background-color: #CEDBCE; }
a { background-color: rgb(206,219,206); }
div.DivClassName
{
background-color: #CEDBCE;
}
.BgClassName
{
background-color: #CEDBCE;
}
</style>
border-color css
<style>
span { border-color: #CEDBCE; }
span { border-color: rgb(206,219,206); }
td.TdClassName
{
border-color: #CEDBCE;
}
.TagClassName
{
border-color: #CEDBCE;
}
</style>