Shades of Sea Mist #CDD7CC
Tints of Sea Mist #CDD7CC
RGB
CMYK
RGB Variations
Color information
#CDD7CC (or 0xCDD7CC) is known color: Sea Mist. HEX triplet: CD, D7 and CC. RGB value is (205,215,204). Sum of RGB (Red+Green+Blue) = 205+215+204=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 215 (84.38% from 255 or 34.46% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD7CC is #322833. Grayscale: #D2D2D2. Windows color (decimal): -3287092 or 13424589. OLE color: 13424589.
HSL color Cylindrical-coordinate representation of color #CDD7CC: hue angle of 114.55º degrees, saturation: 0.12, 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 #CDD7CC is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 204 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.16 |
| HSL | 114.55º | 0.12% | 0.82% | - |
| HSV(B) | 114.55º | 0.05% | 0.84% | - |
| XYZ | 60.38 | 65.94 | 66.67 | - |
| YUV | 210.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 204 | 0.05 | 0 | 0.05 | 0.16 | 114.55 | 0.12 | 0.82 |
| Hex | CD | D7 | CC | 5 | 0 | 5 | 10 | 73 | C | 52 |
| Octal | 315 | 327 | 314 | 5 | 0 | 5 | 20 | 163 | 14 | 122 |
| Binary | 11001101 | 11010111 | 11001100 | 101 | 0 | 101 | 10000 | 1110011 | 1100 | 1010010 |
Color Harmonies of #CDD7CC
Complementary color
Monochromatic Colors of #CDD7CC
Black with #CDD7CC
Text Example
Text Example
White with #CDD7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD7CC; }
p { color: rgb(205,215,204); }
H1.HeaderClassName
{
color: #CDD7CC;
}
.AnyTagClassName
{
color: #CDD7CC;
}
</style>
background-color css
<style>
a { background-color: #CDD7CC; }
a { background-color: rgb(205,215,204); }
div.DivClassName
{
background-color: #CDD7CC;
}
.BgClassName
{
background-color: #CDD7CC;
}
</style>
border-color css
<style>
span { border-color: #CDD7CC; }
span { border-color: rgb(205,215,204); }
td.TdClassName
{
border-color: #CDD7CC;
}
.TagClassName
{
border-color: #CDD7CC;
}
</style>