Shades of Sea Mist #CDE0CD
Tints of Sea Mist #CDE0CD
RGB
CMYK
RGB Variations
Color information
#CDE0CD (or 0xCDE0CD) is known color: Sea Mist. HEX triplet: CD, E0 and CD. RGB value is (205,224,205). Sum of RGB (Red+Green+Blue) = 205+224+205=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE0CD is #321F32. Grayscale: #D8D8D8. Windows color (decimal): -3284787 or 13492429. OLE color: 13492429.
HSL color Cylindrical-coordinate representation of color #CDE0CD: hue angle of 120º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDE0CD is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 205 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.12 |
| HSL | 120º | 0.23% | 0.84% | - |
| HSV(B) | 120º | 0.08% | 0.88% | - |
| XYZ | 62.85 | 70.7 | 68.09 | - |
| YUV | 216.15 | 121.71 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 205 | 0.08 | 0 | 0.08 | 0.12 | 120 | 0.23 | 0.84 |
| Hex | CD | E0 | CD | 8 | 0 | 8 | C | 78 | 17 | 54 |
| Octal | 315 | 340 | 315 | 10 | 0 | 10 | 14 | 170 | 27 | 124 |
| Binary | 11001101 | 11100000 | 11001101 | 1000 | 0 | 1000 | 1100 | 1111000 | 10111 | 1010100 |
Color Harmonies of #CDE0CD
Complementary color
Monochromatic Colors of #CDE0CD
Black with #CDE0CD
Text Example
Text Example
White with #CDE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0CD; }
p { color: rgb(205,224,205); }
H1.HeaderClassName
{
color: #CDE0CD;
}
.AnyTagClassName
{
color: #CDE0CD;
}
</style>
background-color css
<style>
a { background-color: #CDE0CD; }
a { background-color: rgb(205,224,205); }
div.DivClassName
{
background-color: #CDE0CD;
}
.BgClassName
{
background-color: #CDE0CD;
}
</style>
border-color css
<style>
span { border-color: #CDE0CD; }
span { border-color: rgb(205,224,205); }
td.TdClassName
{
border-color: #CDE0CD;
}
.TagClassName
{
border-color: #CDE0CD;
}
</style>