Shades of Sea Mist #CDD7CD
Tints of Sea Mist #CDD7CD
RGB
CMYK
RGB Variations
Color information
#CDD7CD (or 0xCDD7CD) is known color: Sea Mist. HEX triplet: CD, D7 and CD. RGB value is (205,215,205). Sum of RGB (Red+Green+Blue) = 205+215+205=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD7CD is #322832. Grayscale: #D2D2D2. Windows color (decimal): -3287091 or 13490125. OLE color: 13490125.
HSL color Cylindrical-coordinate representation of color #CDD7CD: hue angle of 120º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CDD7CD is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 205 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.16 |
| HSL | 120º | 0.11% | 0.82% | - |
| HSV(B) | 120º | 0.05% | 0.84% | - |
| XYZ | 60.5 | 65.99 | 67.31 | - |
| YUV | 210.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 205 | 0.05 | 0 | 0.05 | 0.16 | 120 | 0.11 | 0.82 |
| Hex | CD | D7 | CD | 5 | 0 | 5 | 10 | 78 | B | 52 |
| Octal | 315 | 327 | 315 | 5 | 0 | 5 | 20 | 170 | 13 | 122 |
| Binary | 11001101 | 11010111 | 11001101 | 101 | 0 | 101 | 10000 | 1111000 | 1011 | 1010010 |
Color Harmonies of #CDD7CD
Complementary color
Monochromatic Colors of #CDD7CD
Black with #CDD7CD
Text Example
Text Example
White with #CDD7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD7CD; }
p { color: rgb(205,215,205); }
H1.HeaderClassName
{
color: #CDD7CD;
}
.AnyTagClassName
{
color: #CDD7CD;
}
</style>
background-color css
<style>
a { background-color: #CDD7CD; }
a { background-color: rgb(205,215,205); }
div.DivClassName
{
background-color: #CDD7CD;
}
.BgClassName
{
background-color: #CDD7CD;
}
</style>
border-color css
<style>
span { border-color: #CDD7CD; }
span { border-color: rgb(205,215,205); }
td.TdClassName
{
border-color: #CDD7CD;
}
.TagClassName
{
border-color: #CDD7CD;
}
</style>