Shades of Sea Mist #CDE1CD
Tints of Sea Mist #CDE1CD
RGB
CMYK
RGB Variations
Color information
#CDE1CD (or 0xCDE1CD) is known color: Sea Mist. HEX triplet: CD, E1 and CD. RGB value is (205,225,205). Sum of RGB (Red+Green+Blue) = 205+225+205=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE1CD is #321E32. Grayscale: #D8D8D8. Windows color (decimal): -3284531 or 13492685. OLE color: 13492685.
HSL color Cylindrical-coordinate representation of color #CDE1CD: hue angle of 120º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDE1CD is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
RGB | 205 | 225 | 205 | - |
CMYK | 0.09 | 0 | 0.09 | 0.12 |
HSL | 120º | 0.25% | 0.84% | - |
HSV(B) | 120º | 0.09% | 0.88% | - |
XYZ | 63.12 | 71.24 | 68.18 | - |
YUV | 216.74 | 121.37 | 119.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 225 | 205 | 0.09 | 0 | 0.09 | 0.12 | 120 | 0.25 | 0.84 |
Hex | CD | E1 | CD | 9 | 0 | 9 | C | 78 | 19 | 54 |
Octal | 315 | 341 | 315 | 11 | 0 | 11 | 14 | 170 | 31 | 124 |
Binary | 11001101 | 11100001 | 11001101 | 1001 | 0 | 1001 | 1100 | 1111000 | 11001 | 1010100 |
Color Harmonies of #CDE1CD
Complementary color
Monochromatic Colors of #CDE1CD
Black with #CDE1CD
Text Example
Text Example
White with #CDE1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE1CD; }
p { color: rgb(205,225,205); }
H1.HeaderClassName
{
color: #CDE1CD;
}
.AnyTagClassName
{
color: #CDE1CD;
}
</style>
background-color css
<style>
a { background-color: #CDE1CD; }
a { background-color: rgb(205,225,205); }
div.DivClassName
{
background-color: #CDE1CD;
}
.BgClassName
{
background-color: #CDE1CD;
}
</style>
border-color css
<style>
span { border-color: #CDE1CD; }
span { border-color: rgb(205,225,205); }
td.TdClassName
{
border-color: #CDE1CD;
}
.TagClassName
{
border-color: #CDE1CD;
}
</style>