Shades of Sea Mist #CCDFCC
Tints of Sea Mist #CCDFCC
RGB
CMYK
RGB Variations
Color information
#CCDFCC (or 0xCCDFCC) is known color: Sea Mist. HEX triplet: CC, DF and CC. RGB value is (204,223,204). Sum of RGB (Red+Green+Blue) = 204+223+204=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFCC is #332033. Grayscale: #D7D7D7. Windows color (decimal): -3350580 or 13426636. OLE color: 13426636.
HSL color Cylindrical-coordinate representation of color #CCDFCC: hue angle of 120º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCDFCC is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 204 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.13 |
| HSL | 120º | 0.23% | 0.84% | - |
| HSV(B) | 120º | 0.09% | 0.87% | - |
| XYZ | 62.19 | 69.97 | 67.36 | - |
| YUV | 215.15 | 121.71 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 204 | 0.09 | 0 | 0.09 | 0.13 | 120 | 0.23 | 0.84 |
| Hex | CC | DF | CC | 9 | 0 | 9 | D | 78 | 17 | 54 |
| Octal | 314 | 337 | 314 | 11 | 0 | 11 | 15 | 170 | 27 | 124 |
| Binary | 11001100 | 11011111 | 11001100 | 1001 | 0 | 1001 | 1101 | 1111000 | 10111 | 1010100 |
Color Harmonies of #CCDFCC
Complementary color
Monochromatic Colors of #CCDFCC
Black with #CCDFCC
Text Example
Text Example
White with #CCDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFCC; }
p { color: rgb(204,223,204); }
H1.HeaderClassName
{
color: #CCDFCC;
}
.AnyTagClassName
{
color: #CCDFCC;
}
</style>
background-color css
<style>
a { background-color: #CCDFCC; }
a { background-color: rgb(204,223,204); }
div.DivClassName
{
background-color: #CCDFCC;
}
.BgClassName
{
background-color: #CCDFCC;
}
</style>
border-color css
<style>
span { border-color: #CCDFCC; }
span { border-color: rgb(204,223,204); }
td.TdClassName
{
border-color: #CCDFCC;
}
.TagClassName
{
border-color: #CCDFCC;
}
</style>