Shades of Sea Mist #CCDCCC
Tints of Sea Mist #CCDCCC
RGB
CMYK
RGB Variations
Color information
#CCDCCC (or 0xCCDCCC) is known color: Sea Mist. HEX triplet: CC, DC and CC. RGB value is (204,220,204). Sum of RGB (Red+Green+Blue) = 204+220+204=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCCC is #332333. Grayscale: #D5D5D5. Windows color (decimal): -3351348 or 13425868. OLE color: 13425868.
HSL color Cylindrical-coordinate representation of color #CCDCCC: hue angle of 120º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCDCCC is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 220 | 204 | - |
CMYK | 0.07 | 0 | 0.07 | 0.14 |
HSL | 120º | 0.19% | 0.83% | - |
HSV(B) | 120º | 0.07% | 0.86% | - |
XYZ | 61.39 | 68.38 | 67.09 | - |
YUV | 213.39 | 122.7 | 121.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 220 | 204 | 0.07 | 0 | 0.07 | 0.14 | 120 | 0.19 | 0.83 |
Hex | CC | DC | CC | 7 | 0 | 7 | E | 78 | 13 | 53 |
Octal | 314 | 334 | 314 | 7 | 0 | 7 | 16 | 170 | 23 | 123 |
Binary | 11001100 | 11011100 | 11001100 | 111 | 0 | 111 | 1110 | 1111000 | 10011 | 1010011 |
Color Harmonies of #CCDCCC
Complementary color
Monochromatic Colors of #CCDCCC
Black with #CCDCCC
Text Example
Text Example
White with #CCDCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCCC; }
p { color: rgb(204,220,204); }
H1.HeaderClassName
{
color: #CCDCCC;
}
.AnyTagClassName
{
color: #CCDCCC;
}
</style>
background-color css
<style>
a { background-color: #CCDCCC; }
a { background-color: rgb(204,220,204); }
div.DivClassName
{
background-color: #CCDCCC;
}
.BgClassName
{
background-color: #CCDCCC;
}
</style>
border-color css
<style>
span { border-color: #CCDCCC; }
span { border-color: rgb(204,220,204); }
td.TdClassName
{
border-color: #CCDCCC;
}
.TagClassName
{
border-color: #CCDCCC;
}
</style>