Shades of Sea Mist #CCD9CD
Tints of Sea Mist #CCD9CD
RGB
CMYK
RGB Variations
Color information
#CCD9CD (or 0xCCD9CD) is known color: Sea Mist. HEX triplet: CC, D9 and CD. RGB value is (204,217,205). Sum of RGB (Red+Green+Blue) = 204+217+205=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9CD is #332632. Grayscale: #D3D3D3. Windows color (decimal): -3352115 or 13490636. OLE color: 13490636.
HSL color Cylindrical-coordinate representation of color #CCD9CD: hue angle of 124.62º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD9CD is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 217 | 205 | - |
CMYK | 0.06 | 0 | 0.06 | 0.15 |
HSL | 124.62º | 0.15% | 0.83% | - |
HSV(B) | 124.62º | 0.06% | 0.85% | - |
XYZ | 60.73 | 66.87 | 67.46 | - |
YUV | 211.75 | 124.19 | 122.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 217 | 205 | 0.06 | 0 | 0.06 | 0.15 | 124.62 | 0.15 | 0.83 |
Hex | CC | D9 | CD | 6 | 0 | 6 | F | 7D | F | 53 |
Octal | 314 | 331 | 315 | 6 | 0 | 6 | 17 | 175 | 17 | 123 |
Binary | 11001100 | 11011001 | 11001101 | 110 | 0 | 110 | 1111 | 1111101 | 1111 | 1010011 |
Color Harmonies of #CCD9CD
Complementary color
Monochromatic Colors of #CCD9CD
Black with #CCD9CD
Text Example
Text Example
White with #CCD9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9CD; }
p { color: rgb(204,217,205); }
H1.HeaderClassName
{
color: #CCD9CD;
}
.AnyTagClassName
{
color: #CCD9CD;
}
</style>
background-color css
<style>
a { background-color: #CCD9CD; }
a { background-color: rgb(204,217,205); }
div.DivClassName
{
background-color: #CCD9CD;
}
.BgClassName
{
background-color: #CCD9CD;
}
</style>
border-color css
<style>
span { border-color: #CCD9CD; }
span { border-color: rgb(204,217,205); }
td.TdClassName
{
border-color: #CCD9CD;
}
.TagClassName
{
border-color: #CCD9CD;
}
</style>