Shades of Sea Mist #CCD9CB
Tints of Sea Mist #CCD9CB
RGB
CMYK
RGB Variations
Color information
#CCD9CB (or 0xCCD9CB) is known color: Sea Mist. HEX triplet: CC, D9 and CB. RGB value is (204,217,203). Sum of RGB (Red+Green+Blue) = 204+217+203=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 217 (85.16% from 255 or 34.78% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9CB is #332634. Grayscale: #D3D3D3. Windows color (decimal): -3352117 or 13359564. OLE color: 13359564.
HSL color Cylindrical-coordinate representation of color #CCD9CB: hue angle of 115.71º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD9CB is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 203 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.15 |
| HSL | 115.71º | 0.16% | 0.82% | - |
| HSV(B) | 115.71º | 0.06% | 0.85% | - |
| XYZ | 60.49 | 66.77 | 66.2 | - |
| YUV | 211.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 203 | 0.06 | 0 | 0.06 | 0.15 | 115.71 | 0.16 | 0.82 |
| Hex | CC | D9 | CB | 6 | 0 | 6 | F | 74 | 10 | 52 |
| Octal | 314 | 331 | 313 | 6 | 0 | 6 | 17 | 164 | 20 | 122 |
| Binary | 11001100 | 11011001 | 11001011 | 110 | 0 | 110 | 1111 | 1110100 | 10000 | 1010010 |
Color Harmonies of #CCD9CB
Complementary color
Monochromatic Colors of #CCD9CB
Black with #CCD9CB
Text Example
Text Example
White with #CCD9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9CB; }
p { color: rgb(204,217,203); }
H1.HeaderClassName
{
color: #CCD9CB;
}
.AnyTagClassName
{
color: #CCD9CB;
}
</style>
background-color css
<style>
a { background-color: #CCD9CB; }
a { background-color: rgb(204,217,203); }
div.DivClassName
{
background-color: #CCD9CB;
}
.BgClassName
{
background-color: #CCD9CB;
}
</style>
border-color css
<style>
span { border-color: #CCD9CB; }
span { border-color: rgb(204,217,203); }
td.TdClassName
{
border-color: #CCD9CB;
}
.TagClassName
{
border-color: #CCD9CB;
}
</style>