Shades of Sea Mist #CEDACE
Tints of Sea Mist #CEDACE
RGB
CMYK
RGB Variations
Color information
#CEDACE (or 0xCEDACE) is known color: Sea Mist. HEX triplet: CE, DA and CE. RGB value is (206,218,206). Sum of RGB (Red+Green+Blue) = 206+218+206=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDACE is #312531. Grayscale: #D5D5D5. Windows color (decimal): -3220786 or 13556430. OLE color: 13556430.
HSL color Cylindrical-coordinate representation of color #CEDACE: hue angle of 120º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEDACE is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 218 | 206 | - |
CMYK | 0.06 | 0 | 0.06 | 0.15 |
HSL | 120º | 0.14% | 0.83% | - |
HSV(B) | 120º | 0.06% | 0.85% | - |
XYZ | 61.67 | 67.72 | 68.21 | - |
YUV | 213.04 | 124.02 | 122.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 218 | 206 | 0.06 | 0 | 0.06 | 0.15 | 120 | 0.14 | 0.83 |
Hex | CE | DA | CE | 6 | 0 | 6 | F | 78 | E | 53 |
Octal | 316 | 332 | 316 | 6 | 0 | 6 | 17 | 170 | 16 | 123 |
Binary | 11001110 | 11011010 | 11001110 | 110 | 0 | 110 | 1111 | 1111000 | 1110 | 1010011 |
Color Harmonies of #CEDACE
Complementary color
Monochromatic Colors of #CEDACE
Black with #CEDACE
Text Example
Text Example
White with #CEDACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDACE; }
p { color: rgb(206,218,206); }
H1.HeaderClassName
{
color: #CEDACE;
}
.AnyTagClassName
{
color: #CEDACE;
}
</style>
background-color css
<style>
a { background-color: #CEDACE; }
a { background-color: rgb(206,218,206); }
div.DivClassName
{
background-color: #CEDACE;
}
.BgClassName
{
background-color: #CEDACE;
}
</style>
border-color css
<style>
span { border-color: #CEDACE; }
span { border-color: rgb(206,218,206); }
td.TdClassName
{
border-color: #CEDACE;
}
.TagClassName
{
border-color: #CEDACE;
}
</style>