Shades of Sea Mist #CCD7CB
Tints of Sea Mist #CCD7CB
RGB
CMYK
RGB Variations
Color information
#CCD7CB (or 0xCCD7CB) is known color: Sea Mist. HEX triplet: CC, D7 and CB. RGB value is (204,215,203). Sum of RGB (Red+Green+Blue) = 204+215+203=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 215 (84.38% from 255 or 34.57% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7CB is #332834. Grayscale: #D2D2D2. Windows color (decimal): -3352629 or 13359052. OLE color: 13359052.
HSL color Cylindrical-coordinate representation of color #CCD7CB: hue angle of 115º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD7CB is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 203 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.16 |
| HSL | 115º | 0.13% | 0.82% | - |
| HSV(B) | 115º | 0.06% | 0.84% | - |
| XYZ | 59.98 | 65.75 | 66.03 | - |
| YUV | 210.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 203 | 0.05 | 0 | 0.06 | 0.16 | 115 | 0.13 | 0.82 |
| Hex | CC | D7 | CB | 5 | 0 | 6 | 10 | 73 | D | 52 |
| Octal | 314 | 327 | 313 | 5 | 0 | 6 | 20 | 163 | 15 | 122 |
| Binary | 11001100 | 11010111 | 11001011 | 101 | 0 | 110 | 10000 | 1110011 | 1101 | 1010010 |
Color Harmonies of #CCD7CB
Complementary color
Monochromatic Colors of #CCD7CB
Black with #CCD7CB
Text Example
Text Example
White with #CCD7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7CB; }
p { color: rgb(204,215,203); }
H1.HeaderClassName
{
color: #CCD7CB;
}
.AnyTagClassName
{
color: #CCD7CB;
}
</style>
background-color css
<style>
a { background-color: #CCD7CB; }
a { background-color: rgb(204,215,203); }
div.DivClassName
{
background-color: #CCD7CB;
}
.BgClassName
{
background-color: #CCD7CB;
}
</style>
border-color css
<style>
span { border-color: #CCD7CB; }
span { border-color: rgb(204,215,203); }
td.TdClassName
{
border-color: #CCD7CB;
}
.TagClassName
{
border-color: #CCD7CB;
}
</style>