Shades of Sea Mist #CCD1CC
Tints of Sea Mist #CCD1CC
RGB
CMYK
RGB Variations
Color information
#CCD1CC (or 0xCCD1CC) is known color: Sea Mist. HEX triplet: CC, D1 and CC. RGB value is (204,209,204). Sum of RGB (Red+Green+Blue) = 204+209+204=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 209 (82.03% from 255 or 33.87% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1CC is #332E33. Grayscale: #CECECE. Windows color (decimal): -3354164 or 13423052. OLE color: 13423052.
HSL color Cylindrical-coordinate representation of color #CCD1CC: hue angle of 120º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCD1CC is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 209 | 204 | - |
CMYK | 0.02 | 0 | 0.02 | 0.18 |
HSL | 120º | 0.05% | 0.81% | - |
HSV(B) | 120º | 0.02% | 0.82% | - |
XYZ | 58.6 | 62.8 | 66.16 | - |
YUV | 206.94 | 126.34 | 125.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 209 | 204 | 0.02 | 0 | 0.02 | 0.18 | 120 | 0.05 | 0.81 |
Hex | CC | D1 | CC | 2 | 0 | 2 | 12 | 78 | 5 | 51 |
Octal | 314 | 321 | 314 | 2 | 0 | 2 | 22 | 170 | 5 | 121 |
Binary | 11001100 | 11010001 | 11001100 | 10 | 0 | 10 | 10010 | 1111000 | 101 | 1010001 |
Color Harmonies of #CCD1CC
Complementary color
Monochromatic Colors of #CCD1CC
Black with #CCD1CC
Text Example
Text Example
White with #CCD1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD1CC; }
p { color: rgb(204,209,204); }
H1.HeaderClassName
{
color: #CCD1CC;
}
.AnyTagClassName
{
color: #CCD1CC;
}
</style>
background-color css
<style>
a { background-color: #CCD1CC; }
a { background-color: rgb(204,209,204); }
div.DivClassName
{
background-color: #CCD1CC;
}
.BgClassName
{
background-color: #CCD1CC;
}
</style>
border-color css
<style>
span { border-color: #CCD1CC; }
span { border-color: rgb(204,209,204); }
td.TdClassName
{
border-color: #CCD1CC;
}
.TagClassName
{
border-color: #CCD1CC;
}
</style>