Shades of Sea Mist #CCD5CD
Tints of Sea Mist #CCD5CD
RGB
CMYK
RGB Variations
Color information
#CCD5CD (or 0xCCD5CD) is known color: Sea Mist. HEX triplet: CC, D5 and CD. RGB value is (204,213,205). Sum of RGB (Red+Green+Blue) = 204+213+205=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5CD is #332A32. Grayscale: #D1D1D1. Windows color (decimal): -3353139 or 13489612. OLE color: 13489612.
HSL color Cylindrical-coordinate representation of color #CCD5CD: hue angle of 126.67º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCD5CD is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 213 | 205 | - |
CMYK | 0.04 | 0 | 0.04 | 0.16 |
HSL | 126.67º | 0.1% | 0.82% | - |
HSV(B) | 126.67º | 0.04% | 0.84% | - |
XYZ | 59.72 | 64.83 | 67.12 | - |
YUV | 209.4 | 125.52 | 124.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 213 | 205 | 0.04 | 0 | 0.04 | 0.16 | 126.67 | 0.1 | 0.82 |
Hex | CC | D5 | CD | 4 | 0 | 4 | 10 | 7F | A | 52 |
Octal | 314 | 325 | 315 | 4 | 0 | 4 | 20 | 177 | 12 | 122 |
Binary | 11001100 | 11010101 | 11001101 | 100 | 0 | 100 | 10000 | 1111111 | 1010 | 1010010 |
Color Harmonies of #CCD5CD
Complementary color
Monochromatic Colors of #CCD5CD
Black with #CCD5CD
Text Example
Text Example
White with #CCD5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5CD; }
p { color: rgb(204,213,205); }
H1.HeaderClassName
{
color: #CCD5CD;
}
.AnyTagClassName
{
color: #CCD5CD;
}
</style>
background-color css
<style>
a { background-color: #CCD5CD; }
a { background-color: rgb(204,213,205); }
div.DivClassName
{
background-color: #CCD5CD;
}
.BgClassName
{
background-color: #CCD5CD;
}
</style>
border-color css
<style>
span { border-color: #CCD5CD; }
span { border-color: rgb(204,213,205); }
td.TdClassName
{
border-color: #CCD5CD;
}
.TagClassName
{
border-color: #CCD5CD;
}
</style>