Shades of Sea Mist #CCDDCD
Tints of Sea Mist #CCDDCD
RGB
CMYK
RGB Variations
Color information
#CCDDCD (or 0xCCDDCD) is known color: Sea Mist. HEX triplet: CC, DD and CD. RGB value is (204,221,205). Sum of RGB (Red+Green+Blue) = 204+221+205=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDCD is #332232. Grayscale: #D6D6D6. Windows color (decimal): -3351091 or 13491660. OLE color: 13491660.
HSL color Cylindrical-coordinate representation of color #CCDDCD: hue angle of 123.53º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCDDCD is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 221 | 205 | - |
CMYK | 0.08 | 0 | 0.07 | 0.13 |
HSL | 123.53º | 0.2% | 0.83% | - |
HSV(B) | 123.53º | 0.08% | 0.87% | - |
XYZ | 61.78 | 68.96 | 67.81 | - |
YUV | 214.09 | 122.87 | 120.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 221 | 205 | 0.08 | 0 | 0.07 | 0.13 | 123.53 | 0.2 | 0.83 |
Hex | CC | DD | CD | 8 | 0 | 7 | D | 7C | 14 | 53 |
Octal | 314 | 335 | 315 | 10 | 0 | 7 | 15 | 174 | 24 | 123 |
Binary | 11001100 | 11011101 | 11001101 | 1000 | 0 | 111 | 1101 | 1111100 | 10100 | 1010011 |
Color Harmonies of #CCDDCD
Complementary color
Monochromatic Colors of #CCDDCD
Black with #CCDDCD
Text Example
Text Example
White with #CCDDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDCD; }
p { color: rgb(204,221,205); }
H1.HeaderClassName
{
color: #CCDDCD;
}
.AnyTagClassName
{
color: #CCDDCD;
}
</style>
background-color css
<style>
a { background-color: #CCDDCD; }
a { background-color: rgb(204,221,205); }
div.DivClassName
{
background-color: #CCDDCD;
}
.BgClassName
{
background-color: #CCDDCD;
}
</style>
border-color css
<style>
span { border-color: #CCDDCD; }
span { border-color: rgb(204,221,205); }
td.TdClassName
{
border-color: #CCDDCD;
}
.TagClassName
{
border-color: #CCDDCD;
}
</style>