Shades of Sea Mist #CEDECE
Tints of Sea Mist #CEDECE
RGB
CMYK
RGB Variations
Color information
#CEDECE (or 0xCEDECE) is known color: Sea Mist. HEX triplet: CE, DE and CE. RGB value is (206,222,206). Sum of RGB (Red+Green+Blue) = 206+222+206=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDECE is #312131. Grayscale: #D7D7D7. Windows color (decimal): -3219762 or 13557454. OLE color: 13557454.
HSL color Cylindrical-coordinate representation of color #CEDECE: hue angle of 120º 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 #CEDECE is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 222 | 206 | - |
CMYK | 0.07 | 0 | 0.07 | 0.13 |
HSL | 120º | 0.2% | 0.84% | - |
HSV(B) | 120º | 0.07% | 0.87% | - |
XYZ | 62.72 | 69.82 | 68.56 | - |
YUV | 215.39 | 122.7 | 121.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 222 | 206 | 0.07 | 0 | 0.07 | 0.13 | 120 | 0.2 | 0.84 |
Hex | CE | DE | CE | 7 | 0 | 7 | D | 78 | 14 | 54 |
Octal | 316 | 336 | 316 | 7 | 0 | 7 | 15 | 170 | 24 | 124 |
Binary | 11001110 | 11011110 | 11001110 | 111 | 0 | 111 | 1101 | 1111000 | 10100 | 1010100 |
Color Harmonies of #CEDECE
Complementary color
Monochromatic Colors of #CEDECE
Black with #CEDECE
Text Example
Text Example
White with #CEDECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDECE; }
p { color: rgb(206,222,206); }
H1.HeaderClassName
{
color: #CEDECE;
}
.AnyTagClassName
{
color: #CEDECE;
}
</style>
background-color css
<style>
a { background-color: #CEDECE; }
a { background-color: rgb(206,222,206); }
div.DivClassName
{
background-color: #CEDECE;
}
.BgClassName
{
background-color: #CEDECE;
}
</style>
border-color css
<style>
span { border-color: #CEDECE; }
span { border-color: rgb(206,222,206); }
td.TdClassName
{
border-color: #CEDECE;
}
.TagClassName
{
border-color: #CEDECE;
}
</style>