Shades of Sea Mist #CCD7CC
Tints of Sea Mist #CCD7CC
RGB
CMYK
RGB Variations
Color information
#CCD7CC (or 0xCCD7CC) is known color: Sea Mist. HEX triplet: CC, D7 and CC. RGB value is (204,215,204). Sum of RGB (Red+Green+Blue) = 204+215+204=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 215 (84.38% from 255 or 34.51% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7CC is #332833. Grayscale: #D2D2D2. Windows color (decimal): -3352628 or 13424588. OLE color: 13424588.
HSL color Cylindrical-coordinate representation of color #CCD7CC: hue angle of 120º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCD7CC is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 215 | 204 | - |
CMYK | 0.05 | 0 | 0.05 | 0.16 |
HSL | 120º | 0.12% | 0.82% | - |
HSV(B) | 120º | 0.05% | 0.84% | - |
XYZ | 60.1 | 65.8 | 66.66 | - |
YUV | 210.46 | 124.36 | 123.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 215 | 204 | 0.05 | 0 | 0.05 | 0.16 | 120 | 0.12 | 0.82 |
Hex | CC | D7 | CC | 5 | 0 | 5 | 10 | 78 | C | 52 |
Octal | 314 | 327 | 314 | 5 | 0 | 5 | 20 | 170 | 14 | 122 |
Binary | 11001100 | 11010111 | 11001100 | 101 | 0 | 101 | 10000 | 1111000 | 1100 | 1010010 |
Color Harmonies of #CCD7CC
Complementary color
Monochromatic Colors of #CCD7CC
Black with #CCD7CC
Text Example
Text Example
White with #CCD7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7CC; }
p { color: rgb(204,215,204); }
H1.HeaderClassName
{
color: #CCD7CC;
}
.AnyTagClassName
{
color: #CCD7CC;
}
</style>
background-color css
<style>
a { background-color: #CCD7CC; }
a { background-color: rgb(204,215,204); }
div.DivClassName
{
background-color: #CCD7CC;
}
.BgClassName
{
background-color: #CCD7CC;
}
</style>
border-color css
<style>
span { border-color: #CCD7CC; }
span { border-color: rgb(204,215,204); }
td.TdClassName
{
border-color: #CCD7CC;
}
.TagClassName
{
border-color: #CCD7CC;
}
</style>