Shades of Sea Mist #CCDECB
Tints of Sea Mist #CCDECB
RGB
CMYK
RGB Variations
Color information
#CCDECB (or 0xCCDECB) is known color: Sea Mist. HEX triplet: CC, DE and CB. RGB value is (204,222,203). Sum of RGB (Red+Green+Blue) = 204+222+203=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDECB is #332134. Grayscale: #D6D6D6. Windows color (decimal): -3350837 or 13360844. OLE color: 13360844.
HSL color Cylindrical-coordinate representation of color #CCDECB: hue angle of 116.84º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCDECB is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 222 | 203 | - |
CMYK | 0.08 | 0 | 0.09 | 0.13 |
HSL | 116.84º | 0.22% | 0.83% | - |
HSV(B) | 116.84º | 0.09% | 0.87% | - |
XYZ | 61.8 | 69.39 | 66.64 | - |
YUV | 214.45 | 121.54 | 120.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 222 | 203 | 0.08 | 0 | 0.09 | 0.13 | 116.84 | 0.22 | 0.83 |
Hex | CC | DE | CB | 8 | 0 | 9 | D | 75 | 16 | 53 |
Octal | 314 | 336 | 313 | 10 | 0 | 11 | 15 | 165 | 26 | 123 |
Binary | 11001100 | 11011110 | 11001011 | 1000 | 0 | 1001 | 1101 | 1110101 | 10110 | 1010011 |
Color Harmonies of #CCDECB
Complementary color
Monochromatic Colors of #CCDECB
Black with #CCDECB
Text Example
Text Example
White with #CCDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDECB; }
p { color: rgb(204,222,203); }
H1.HeaderClassName
{
color: #CCDECB;
}
.AnyTagClassName
{
color: #CCDECB;
}
</style>
background-color css
<style>
a { background-color: #CCDECB; }
a { background-color: rgb(204,222,203); }
div.DivClassName
{
background-color: #CCDECB;
}
.BgClassName
{
background-color: #CCDECB;
}
</style>
border-color css
<style>
span { border-color: #CCDECB; }
span { border-color: rgb(204,222,203); }
td.TdClassName
{
border-color: #CCDECB;
}
.TagClassName
{
border-color: #CCDECB;
}
</style>