Shades of Sea Mist #CCDACC
Tints of Sea Mist #CCDACC
RGB
CMYK
RGB Variations
Color information
#CCDACC (or 0xCCDACC) is known color: Sea Mist. HEX triplet: CC, DA and CC. RGB value is (204,218,204). Sum of RGB (Red+Green+Blue) = 204+218+204=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDACC is #332533. Grayscale: #D4D4D4. Windows color (decimal): -3351860 or 13425356. OLE color: 13425356.
HSL color Cylindrical-coordinate representation of color #CCDACC: hue angle of 120º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCDACC is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 218 | 204 | - |
CMYK | 0.06 | 0 | 0.06 | 0.15 |
HSL | 120º | 0.16% | 0.83% | - |
HSV(B) | 120º | 0.06% | 0.85% | - |
XYZ | 60.87 | 67.34 | 66.92 | - |
YUV | 212.22 | 123.36 | 122.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 218 | 204 | 0.06 | 0 | 0.06 | 0.15 | 120 | 0.16 | 0.83 |
Hex | CC | DA | CC | 6 | 0 | 6 | F | 78 | 10 | 53 |
Octal | 314 | 332 | 314 | 6 | 0 | 6 | 17 | 170 | 20 | 123 |
Binary | 11001100 | 11011010 | 11001100 | 110 | 0 | 110 | 1111 | 1111000 | 10000 | 1010011 |
Color Harmonies of #CCDACC
Complementary color
Monochromatic Colors of #CCDACC
Black with #CCDACC
Text Example
Text Example
White with #CCDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDACC; }
p { color: rgb(204,218,204); }
H1.HeaderClassName
{
color: #CCDACC;
}
.AnyTagClassName
{
color: #CCDACC;
}
</style>
background-color css
<style>
a { background-color: #CCDACC; }
a { background-color: rgb(204,218,204); }
div.DivClassName
{
background-color: #CCDACC;
}
.BgClassName
{
background-color: #CCDACC;
}
</style>
border-color css
<style>
span { border-color: #CCDACC; }
span { border-color: rgb(204,218,204); }
td.TdClassName
{
border-color: #CCDACC;
}
.TagClassName
{
border-color: #CCDACC;
}
</style>