Shades of Sea Mist #CEDECF
Tints of Sea Mist #CEDECF
RGB
CMYK
RGB Variations
Color information
#CEDECF (or 0xCEDECF) is known color: Sea Mist. HEX triplet: CE, DE and CF. RGB value is (206,222,207). Sum of RGB (Red+Green+Blue) = 206+222+207=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDECF is #312130. Grayscale: #D7D7D7. Windows color (decimal): -3219761 or 13622990. OLE color: 13622990.
HSL color Cylindrical-coordinate representation of color #CEDECF: hue angle of 123.75º degrees, saturation: 0.2, 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 #CEDECF is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 207 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.13 |
| HSL | 123.75º | 0.2% | 0.84% | - |
| HSV(B) | 123.75º | 0.07% | 0.87% | - |
| XYZ | 62.84 | 69.87 | 69.21 | - |
| YUV | 215.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 207 | 0.07 | 0 | 0.07 | 0.13 | 123.75 | 0.2 | 0.84 |
| Hex | CE | DE | CF | 7 | 0 | 7 | D | 7C | 14 | 54 |
| Octal | 316 | 336 | 317 | 7 | 0 | 7 | 15 | 174 | 24 | 124 |
| Binary | 11001110 | 11011110 | 11001111 | 111 | 0 | 111 | 1101 | 1111100 | 10100 | 1010100 |
Color Harmonies of #CEDECF
Complementary color
Monochromatic Colors of #CEDECF
Black with #CEDECF
Text Example
Text Example
White with #CEDECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDECF; }
p { color: rgb(206,222,207); }
H1.HeaderClassName
{
color: #CEDECF;
}
.AnyTagClassName
{
color: #CEDECF;
}
</style>
background-color css
<style>
a { background-color: #CEDECF; }
a { background-color: rgb(206,222,207); }
div.DivClassName
{
background-color: #CEDECF;
}
.BgClassName
{
background-color: #CEDECF;
}
</style>
border-color css
<style>
span { border-color: #CEDECF; }
span { border-color: rgb(206,222,207); }
td.TdClassName
{
border-color: #CEDECF;
}
.TagClassName
{
border-color: #CEDECF;
}
</style>