Shades of Sea Mist #CEDBCD
Tints of Sea Mist #CEDBCD
RGB
CMYK
RGB Variations
Color information
#CEDBCD (or 0xCEDBCD) is known color: Sea Mist. HEX triplet: CE, DB and CD. RGB value is (206,219,205). Sum of RGB (Red+Green+Blue) = 206+219+205=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBCD is #312432. Grayscale: #D5D5D5. Windows color (decimal): -3220531 or 13491150. OLE color: 13491150.
HSL color Cylindrical-coordinate representation of color #CEDBCD: hue angle of 115.71º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEDBCD is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 219 | 205 | - |
CMYK | 0.06 | 0 | 0.06 | 0.14 |
HSL | 115.71º | 0.16% | 0.83% | - |
HSV(B) | 115.71º | 0.06% | 0.86% | - |
XYZ | 61.8 | 68.19 | 67.66 | - |
YUV | 213.52 | 123.19 | 122.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 219 | 205 | 0.06 | 0 | 0.06 | 0.14 | 115.71 | 0.16 | 0.83 |
Hex | CE | DB | CD | 6 | 0 | 6 | E | 74 | 10 | 53 |
Octal | 316 | 333 | 315 | 6 | 0 | 6 | 16 | 164 | 20 | 123 |
Binary | 11001110 | 11011011 | 11001101 | 110 | 0 | 110 | 1110 | 1110100 | 10000 | 1010011 |
Color Harmonies of #CEDBCD
Complementary color
Monochromatic Colors of #CEDBCD
Black with #CEDBCD
Text Example
Text Example
White with #CEDBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBCD; }
p { color: rgb(206,219,205); }
H1.HeaderClassName
{
color: #CEDBCD;
}
.AnyTagClassName
{
color: #CEDBCD;
}
</style>
background-color css
<style>
a { background-color: #CEDBCD; }
a { background-color: rgb(206,219,205); }
div.DivClassName
{
background-color: #CEDBCD;
}
.BgClassName
{
background-color: #CEDBCD;
}
</style>
border-color css
<style>
span { border-color: #CEDBCD; }
span { border-color: rgb(206,219,205); }
td.TdClassName
{
border-color: #CEDBCD;
}
.TagClassName
{
border-color: #CEDBCD;
}
</style>