Shades of Sea Mist #CEDACF
Tints of Sea Mist #CEDACF
RGB
CMYK
RGB Variations
Color information
#CEDACF (or 0xCEDACF) is known color: Sea Mist. HEX triplet: CE, DA and CF. RGB value is (206,218,207). Sum of RGB (Red+Green+Blue) = 206+218+207=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDACF is #312530. Grayscale: #D5D5D5. Windows color (decimal): -3220785 or 13621966. OLE color: 13621966.
HSL color Cylindrical-coordinate representation of color #CEDACF: hue angle of 125º 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 #CEDACF is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 207 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.15 |
| HSL | 125º | 0.14% | 0.83% | - |
| HSV(B) | 125º | 0.06% | 0.85% | - |
| XYZ | 61.79 | 67.77 | 68.86 | - |
| YUV | 213.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 207 | 0.06 | 0 | 0.05 | 0.15 | 125 | 0.14 | 0.83 |
| Hex | CE | DA | CF | 6 | 0 | 5 | F | 7D | E | 53 |
| Octal | 316 | 332 | 317 | 6 | 0 | 5 | 17 | 175 | 16 | 123 |
| Binary | 11001110 | 11011010 | 11001111 | 110 | 0 | 101 | 1111 | 1111101 | 1110 | 1010011 |
Color Harmonies of #CEDACF
Complementary color
Monochromatic Colors of #CEDACF
Black with #CEDACF
Text Example
Text Example
White with #CEDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDACF; }
p { color: rgb(206,218,207); }
H1.HeaderClassName
{
color: #CEDACF;
}
.AnyTagClassName
{
color: #CEDACF;
}
</style>
background-color css
<style>
a { background-color: #CEDACF; }
a { background-color: rgb(206,218,207); }
div.DivClassName
{
background-color: #CEDACF;
}
.BgClassName
{
background-color: #CEDACF;
}
</style>
border-color css
<style>
span { border-color: #CEDACF; }
span { border-color: rgb(206,218,207); }
td.TdClassName
{
border-color: #CEDACF;
}
.TagClassName
{
border-color: #CEDACF;
}
</style>