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