Shades of Sea Mist #CCDECC
Tints of Sea Mist #CCDECC
RGB
CMYK
RGB Variations
Color information
#CCDECC (or 0xCCDECC) is known color: Sea Mist. HEX triplet: CC, DE and CC. RGB value is (204,222,204). Sum of RGB (Red+Green+Blue) = 204+222+204=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDECC is #332133. Grayscale: #D6D6D6. Windows color (decimal): -3350836 or 13426380. OLE color: 13426380.
HSL color Cylindrical-coordinate representation of color #CCDECC: hue angle of 120º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCDECC is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 222 | 204 | - |
CMYK | 0.08 | 0 | 0.08 | 0.13 |
HSL | 120º | 0.21% | 0.84% | - |
HSV(B) | 120º | 0.08% | 0.87% | - |
XYZ | 61.92 | 69.44 | 67.27 | - |
YUV | 214.57 | 122.04 | 120.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 222 | 204 | 0.08 | 0 | 0.08 | 0.13 | 120 | 0.21 | 0.84 |
Hex | CC | DE | CC | 8 | 0 | 8 | D | 78 | 15 | 54 |
Octal | 314 | 336 | 314 | 10 | 0 | 10 | 15 | 170 | 25 | 124 |
Binary | 11001100 | 11011110 | 11001100 | 1000 | 0 | 1000 | 1101 | 1111000 | 10101 | 1010100 |
Color Harmonies of #CCDECC
Complementary color
Monochromatic Colors of #CCDECC
Black with #CCDECC
Text Example
Text Example
White with #CCDECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDECC; }
p { color: rgb(204,222,204); }
H1.HeaderClassName
{
color: #CCDECC;
}
.AnyTagClassName
{
color: #CCDECC;
}
</style>
background-color css
<style>
a { background-color: #CCDECC; }
a { background-color: rgb(204,222,204); }
div.DivClassName
{
background-color: #CCDECC;
}
.BgClassName
{
background-color: #CCDECC;
}
</style>
border-color css
<style>
span { border-color: #CCDECC; }
span { border-color: rgb(204,222,204); }
td.TdClassName
{
border-color: #CCDECC;
}
.TagClassName
{
border-color: #CCDECC;
}
</style>