Shades of Sea Mist #CCD9CC
Tints of Sea Mist #CCD9CC
RGB
CMYK
RGB Variations
Color information
#CCD9CC (or 0xCCD9CC) is known color: Sea Mist. HEX triplet: CC, D9 and CC. RGB value is (204,217,204). Sum of RGB (Red+Green+Blue) = 204+217+204=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9CC is #332633. Grayscale: #D3D3D3. Windows color (decimal): -3352116 or 13425100. OLE color: 13425100.
HSL color Cylindrical-coordinate representation of color #CCD9CC: hue angle of 120º 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 #CCD9CC is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 217 | 204 | - |
CMYK | 0.06 | 0 | 0.06 | 0.15 |
HSL | 120º | 0.15% | 0.83% | - |
HSV(B) | 120º | 0.06% | 0.85% | - |
XYZ | 60.61 | 66.82 | 66.83 | - |
YUV | 211.63 | 123.69 | 122.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 217 | 204 | 0.06 | 0 | 0.06 | 0.15 | 120 | 0.15 | 0.83 |
Hex | CC | D9 | CC | 6 | 0 | 6 | F | 78 | F | 53 |
Octal | 314 | 331 | 314 | 6 | 0 | 6 | 17 | 170 | 17 | 123 |
Binary | 11001100 | 11011001 | 11001100 | 110 | 0 | 110 | 1111 | 1111000 | 1111 | 1010011 |
Color Harmonies of #CCD9CC
Complementary color
Monochromatic Colors of #CCD9CC
Black with #CCD9CC
Text Example
Text Example
White with #CCD9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9CC; }
p { color: rgb(204,217,204); }
H1.HeaderClassName
{
color: #CCD9CC;
}
.AnyTagClassName
{
color: #CCD9CC;
}
</style>
background-color css
<style>
a { background-color: #CCD9CC; }
a { background-color: rgb(204,217,204); }
div.DivClassName
{
background-color: #CCD9CC;
}
.BgClassName
{
background-color: #CCD9CC;
}
</style>
border-color css
<style>
span { border-color: #CCD9CC; }
span { border-color: rgb(204,217,204); }
td.TdClassName
{
border-color: #CCD9CC;
}
.TagClassName
{
border-color: #CCD9CC;
}
</style>