Shades of Sea Mist #CCD2CC
Tints of Sea Mist #CCD2CC
RGB
CMYK
RGB Variations
Color information
#CCD2CC (or 0xCCD2CC) is known color: Sea Mist. HEX triplet: CC, D2 and CC. RGB value is (204,210,204). Sum of RGB (Red+Green+Blue) = 204+210+204=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2CC is #332D33. Grayscale: #CFCFCF. Windows color (decimal): -3353908 or 13423308. OLE color: 13423308.
HSL color Cylindrical-coordinate representation of color #CCD2CC: hue angle of 120º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCD2CC is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 204 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.18 |
| HSL | 120º | 0.06% | 0.81% | - |
| HSV(B) | 120º | 0.03% | 0.82% | - |
| XYZ | 58.85 | 63.29 | 66.24 | - |
| YUV | 207.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 204 | 0.03 | 0 | 0.03 | 0.18 | 120 | 0.06 | 0.81 |
| Hex | CC | D2 | CC | 3 | 0 | 3 | 12 | 78 | 6 | 51 |
| Octal | 314 | 322 | 314 | 3 | 0 | 3 | 22 | 170 | 6 | 121 |
| Binary | 11001100 | 11010010 | 11001100 | 11 | 0 | 11 | 10010 | 1111000 | 110 | 1010001 |
Color Harmonies of #CCD2CC
Complementary color
Monochromatic Colors of #CCD2CC
Black with #CCD2CC
Text Example
Text Example
White with #CCD2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD2CC; }
p { color: rgb(204,210,204); }
H1.HeaderClassName
{
color: #CCD2CC;
}
.AnyTagClassName
{
color: #CCD2CC;
}
</style>
background-color css
<style>
a { background-color: #CCD2CC; }
a { background-color: rgb(204,210,204); }
div.DivClassName
{
background-color: #CCD2CC;
}
.BgClassName
{
background-color: #CCD2CC;
}
</style>
border-color css
<style>
span { border-color: #CCD2CC; }
span { border-color: rgb(204,210,204); }
td.TdClassName
{
border-color: #CCD2CC;
}
.TagClassName
{
border-color: #CCD2CC;
}
</style>