Shades of Sea Mist #CDD8CC
Tints of Sea Mist #CDD8CC
RGB
CMYK
RGB Variations
Color information
#CDD8CC (or 0xCDD8CC) is known color: Sea Mist. HEX triplet: CD, D8 and CC. RGB value is (205,216,204). Sum of RGB (Red+Green+Blue) = 205+216+204=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 216 (84.77% from 255 or 34.56% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD8CC is #322733. Grayscale: #D3D3D3. Windows color (decimal): -3286836 or 13424845. OLE color: 13424845.
HSL color Cylindrical-coordinate representation of color #CDD8CC: hue angle of 115º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDD8CC is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 204 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.15 |
| HSL | 115º | 0.13% | 0.82% | - |
| HSV(B) | 115º | 0.06% | 0.85% | - |
| XYZ | 60.63 | 66.45 | 66.76 | - |
| YUV | 211.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 204 | 0.05 | 0 | 0.06 | 0.15 | 115 | 0.13 | 0.82 |
| Hex | CD | D8 | CC | 5 | 0 | 6 | F | 73 | D | 52 |
| Octal | 315 | 330 | 314 | 5 | 0 | 6 | 17 | 163 | 15 | 122 |
| Binary | 11001101 | 11011000 | 11001100 | 101 | 0 | 110 | 1111 | 1110011 | 1101 | 1010010 |
Color Harmonies of #CDD8CC
Complementary color
Monochromatic Colors of #CDD8CC
Black with #CDD8CC
Text Example
Text Example
White with #CDD8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD8CC; }
p { color: rgb(205,216,204); }
H1.HeaderClassName
{
color: #CDD8CC;
}
.AnyTagClassName
{
color: #CDD8CC;
}
</style>
background-color css
<style>
a { background-color: #CDD8CC; }
a { background-color: rgb(205,216,204); }
div.DivClassName
{
background-color: #CDD8CC;
}
.BgClassName
{
background-color: #CDD8CC;
}
</style>
border-color css
<style>
span { border-color: #CDD8CC; }
span { border-color: rgb(205,216,204); }
td.TdClassName
{
border-color: #CDD8CC;
}
.TagClassName
{
border-color: #CDD8CC;
}
</style>