Shades of Sea Mist #CEDDCF
Tints of Sea Mist #CEDDCF
RGB
CMYK
RGB Variations
Color information
#CEDDCF (or 0xCEDDCF) is known color: Sea Mist. HEX triplet: CE, DD and CF. RGB value is (206,221,207). Sum of RGB (Red+Green+Blue) = 206+221+207=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDCF is #312230. Grayscale: #D6D6D6. Windows color (decimal): -3220017 or 13622734. OLE color: 13622734.
HSL color Cylindrical-coordinate representation of color #CEDDCF: hue angle of 124º 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 #CEDDCF is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 221 | 207 | - |
CMYK | 0.07 | 0 | 0.06 | 0.13 |
HSL | 124º | 0.18% | 0.84% | - |
HSV(B) | 124º | 0.07% | 0.87% | - |
XYZ | 62.57 | 69.34 | 69.12 | - |
YUV | 214.92 | 123.53 | 121.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 207 | 0.07 | 0 | 0.06 | 0.13 | 124 | 0.18 | 0.84 |
Hex | CE | DD | CF | 7 | 0 | 6 | D | 7C | 12 | 54 |
Octal | 316 | 335 | 317 | 7 | 0 | 6 | 15 | 174 | 22 | 124 |
Binary | 11001110 | 11011101 | 11001111 | 111 | 0 | 110 | 1101 | 1111100 | 10010 | 1010100 |
Color Harmonies of #CEDDCF
Complementary color
Monochromatic Colors of #CEDDCF
Black with #CEDDCF
Text Example
Text Example
White with #CEDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDCF; }
p { color: rgb(206,221,207); }
H1.HeaderClassName
{
color: #CEDDCF;
}
.AnyTagClassName
{
color: #CEDDCF;
}
</style>
background-color css
<style>
a { background-color: #CEDDCF; }
a { background-color: rgb(206,221,207); }
div.DivClassName
{
background-color: #CEDDCF;
}
.BgClassName
{
background-color: #CEDDCF;
}
</style>
border-color css
<style>
span { border-color: #CEDDCF; }
span { border-color: rgb(206,221,207); }
td.TdClassName
{
border-color: #CEDDCF;
}
.TagClassName
{
border-color: #CEDDCF;
}
</style>