Shades of Sea Mist #CCD5CC
Tints of Sea Mist #CCD5CC
RGB
CMYK
RGB Variations
Color information
#CCD5CC (or 0xCCD5CC) is known color: Sea Mist. HEX triplet: CC, D5 and CC. RGB value is (204,213,204). Sum of RGB (Red+Green+Blue) = 204+213+204=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5CC is #332A33. Grayscale: #D1D1D1. Windows color (decimal): -3353140 or 13424076. OLE color: 13424076.
HSL color Cylindrical-coordinate representation of color #CCD5CC: hue angle of 120º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCD5CC is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 213 | 204 | - |
CMYK | 0.04 | 0 | 0.04 | 0.16 |
HSL | 120º | 0.1% | 0.82% | - |
HSV(B) | 120º | 0.04% | 0.84% | - |
XYZ | 59.6 | 64.79 | 66.49 | - |
YUV | 209.28 | 125.02 | 124.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 213 | 204 | 0.04 | 0 | 0.04 | 0.16 | 120 | 0.1 | 0.82 |
Hex | CC | D5 | CC | 4 | 0 | 4 | 10 | 78 | A | 52 |
Octal | 314 | 325 | 314 | 4 | 0 | 4 | 20 | 170 | 12 | 122 |
Binary | 11001100 | 11010101 | 11001100 | 100 | 0 | 100 | 10000 | 1111000 | 1010 | 1010010 |
Color Harmonies of #CCD5CC
Complementary color
Monochromatic Colors of #CCD5CC
Black with #CCD5CC
Text Example
Text Example
White with #CCD5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5CC; }
p { color: rgb(204,213,204); }
H1.HeaderClassName
{
color: #CCD5CC;
}
.AnyTagClassName
{
color: #CCD5CC;
}
</style>
background-color css
<style>
a { background-color: #CCD5CC; }
a { background-color: rgb(204,213,204); }
div.DivClassName
{
background-color: #CCD5CC;
}
.BgClassName
{
background-color: #CCD5CC;
}
</style>
border-color css
<style>
span { border-color: #CCD5CC; }
span { border-color: rgb(204,213,204); }
td.TdClassName
{
border-color: #CCD5CC;
}
.TagClassName
{
border-color: #CCD5CC;
}
</style>