Shades of Sea Mist #CDE3CD
Tints of Sea Mist #CDE3CD
RGB
CMYK
RGB Variations
Color information
#CDE3CD (or 0xCDE3CD) is known color: Sea Mist. HEX triplet: CD, E3 and CD. RGB value is (205,227,205). Sum of RGB (Red+Green+Blue) = 205+227+205=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE3CD is #321C32. Grayscale: #D9D9D9. Windows color (decimal): -3284019 or 13493197. OLE color: 13493197.
HSL color Cylindrical-coordinate representation of color #CDE3CD: hue angle of 120º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDE3CD is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 205 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.11 |
| HSL | 120º | 0.28% | 0.85% | - |
| HSV(B) | 120º | 0.1% | 0.89% | - |
| XYZ | 63.67 | 72.33 | 68.36 | - |
| YUV | 217.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 205 | 0.10 | 0 | 0.10 | 0.11 | 120 | 0.28 | 0.85 |
| Hex | CD | E3 | CD | A | 0 | A | B | 78 | 1C | 55 |
| Octal | 315 | 343 | 315 | 12 | 0 | 12 | 13 | 170 | 34 | 125 |
| Binary | 11001101 | 11100011 | 11001101 | 1010 | 0 | 1010 | 1011 | 1111000 | 11100 | 1010101 |
Color Harmonies of #CDE3CD
Complementary color
Monochromatic Colors of #CDE3CD
Black with #CDE3CD
Text Example
Text Example
White with #CDE3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE3CD; }
p { color: rgb(205,227,205); }
H1.HeaderClassName
{
color: #CDE3CD;
}
.AnyTagClassName
{
color: #CDE3CD;
}
</style>
background-color css
<style>
a { background-color: #CDE3CD; }
a { background-color: rgb(205,227,205); }
div.DivClassName
{
background-color: #CDE3CD;
}
.BgClassName
{
background-color: #CDE3CD;
}
</style>
border-color css
<style>
span { border-color: #CDE3CD; }
span { border-color: rgb(205,227,205); }
td.TdClassName
{
border-color: #CDE3CD;
}
.TagClassName
{
border-color: #CDE3CD;
}
</style>