Shades of Sea Mist #CFD7CF
Tints of Sea Mist #CFD7CF
RGB
CMYK
RGB Variations
Color information
#CFD7CF (or 0xCFD7CF) is known color: Sea Mist. HEX triplet: CF, D7 and CF. RGB value is (207,215,207). Sum of RGB (Red+Green+Blue) = 207+215+207=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 215 (84.38% from 255 or 34.18% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD7CF is #302830. Grayscale: #D3D3D3. Windows color (decimal): -3156017 or 13621199. OLE color: 13621199.
HSL color Cylindrical-coordinate representation of color #CFD7CF: hue angle of 120º degrees, saturation: 0.09, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFD7CF is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 207 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.16 |
| HSL | 120º | 0.09% | 0.83% | - |
| HSV(B) | 120º | 0.04% | 0.84% | - |
| XYZ | 61.3 | 66.37 | 68.61 | - |
| YUV | 211.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 207 | 0.04 | 0 | 0.04 | 0.16 | 120 | 0.09 | 0.83 |
| Hex | CF | D7 | CF | 4 | 0 | 4 | 10 | 78 | 9 | 53 |
| Octal | 317 | 327 | 317 | 4 | 0 | 4 | 20 | 170 | 11 | 123 |
| Binary | 11001111 | 11010111 | 11001111 | 100 | 0 | 100 | 10000 | 1111000 | 1001 | 1010011 |
Color Harmonies of #CFD7CF
Complementary color
Monochromatic Colors of #CFD7CF
Black with #CFD7CF
Text Example
Text Example
White with #CFD7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD7CF; }
p { color: rgb(207,215,207); }
H1.HeaderClassName
{
color: #CFD7CF;
}
.AnyTagClassName
{
color: #CFD7CF;
}
</style>
background-color css
<style>
a { background-color: #CFD7CF; }
a { background-color: rgb(207,215,207); }
div.DivClassName
{
background-color: #CFD7CF;
}
.BgClassName
{
background-color: #CFD7CF;
}
</style>
border-color css
<style>
span { border-color: #CFD7CF; }
span { border-color: rgb(207,215,207); }
td.TdClassName
{
border-color: #CFD7CF;
}
.TagClassName
{
border-color: #CFD7CF;
}
</style>