Shades of Sea Mist #CEDDCE
Tints of Sea Mist #CEDDCE
RGB
CMYK
RGB Variations
Color information
#CEDDCE (or 0xCEDDCE) is known color: Sea Mist. HEX triplet: CE, DD and CE. RGB value is (206,221,206). Sum of RGB (Red+Green+Blue) = 206+221+206=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDCE is #312231. Grayscale: #D6D6D6. Windows color (decimal): -3220018 or 13557198. OLE color: 13557198.
HSL color Cylindrical-coordinate representation of color #CEDDCE: hue angle of 120º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEDDCE is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 221 | 206 | - |
CMYK | 0.07 | 0 | 0.07 | 0.13 |
HSL | 120º | 0.18% | 0.84% | - |
HSV(B) | 120º | 0.07% | 0.87% | - |
XYZ | 62.45 | 69.29 | 68.48 | - |
YUV | 214.81 | 123.03 | 121.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 206 | 0.07 | 0 | 0.07 | 0.13 | 120 | 0.18 | 0.84 |
Hex | CE | DD | CE | 7 | 0 | 7 | D | 78 | 12 | 54 |
Octal | 316 | 335 | 316 | 7 | 0 | 7 | 15 | 170 | 22 | 124 |
Binary | 11001110 | 11011101 | 11001110 | 111 | 0 | 111 | 1101 | 1111000 | 10010 | 1010100 |
Color Harmonies of #CEDDCE
Complementary color
Monochromatic Colors of #CEDDCE
Black with #CEDDCE
Text Example
Text Example
White with #CEDDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDCE; }
p { color: rgb(206,221,206); }
H1.HeaderClassName
{
color: #CEDDCE;
}
.AnyTagClassName
{
color: #CEDDCE;
}
</style>
background-color css
<style>
a { background-color: #CEDDCE; }
a { background-color: rgb(206,221,206); }
div.DivClassName
{
background-color: #CEDDCE;
}
.BgClassName
{
background-color: #CEDDCE;
}
</style>
border-color css
<style>
span { border-color: #CEDDCE; }
span { border-color: rgb(206,221,206); }
td.TdClassName
{
border-color: #CEDDCE;
}
.TagClassName
{
border-color: #CEDDCE;
}
</style>