Shades of Sea Mist #CCD6CB
Tints of Sea Mist #CCD6CB
RGB
CMYK
RGB Variations
Color information
#CCD6CB (or 0xCCD6CB) is known color: Sea Mist. HEX triplet: CC, D6 and CB. RGB value is (204,214,203). Sum of RGB (Red+Green+Blue) = 204+214+203=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6CB is #332934. Grayscale: #D1D1D1. Windows color (decimal): -3352885 or 13358796. OLE color: 13358796.
HSL color Cylindrical-coordinate representation of color #CCD6CB: hue angle of 114.55º 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 #CCD6CB is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 214 | 203 | - |
CMYK | 0.05 | 0 | 0.05 | 0.16 |
HSL | 114.55º | 0.12% | 0.82% | - |
HSV(B) | 114.55º | 0.05% | 0.84% | - |
XYZ | 59.73 | 65.24 | 65.94 | - |
YUV | 209.76 | 124.19 | 123.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 214 | 203 | 0.05 | 0 | 0.05 | 0.16 | 114.55 | 0.12 | 0.82 |
Hex | CC | D6 | CB | 5 | 0 | 5 | 10 | 73 | C | 52 |
Octal | 314 | 326 | 313 | 5 | 0 | 5 | 20 | 163 | 14 | 122 |
Binary | 11001100 | 11010110 | 11001011 | 101 | 0 | 101 | 10000 | 1110011 | 1100 | 1010010 |
Color Harmonies of #CCD6CB
Complementary color
Monochromatic Colors of #CCD6CB
Black with #CCD6CB
Text Example
Text Example
White with #CCD6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD6CB; }
p { color: rgb(204,214,203); }
H1.HeaderClassName
{
color: #CCD6CB;
}
.AnyTagClassName
{
color: #CCD6CB;
}
</style>
background-color css
<style>
a { background-color: #CCD6CB; }
a { background-color: rgb(204,214,203); }
div.DivClassName
{
background-color: #CCD6CB;
}
.BgClassName
{
background-color: #CCD6CB;
}
</style>
border-color css
<style>
span { border-color: #CCD6CB; }
span { border-color: rgb(204,214,203); }
td.TdClassName
{
border-color: #CCD6CB;
}
.TagClassName
{
border-color: #CCD6CB;
}
</style>