Shades of Sea Mist #CFD8CF
Tints of Sea Mist #CFD8CF
RGB
CMYK
RGB Variations
Color information
#CFD8CF (or 0xCFD8CF) is known color: Sea Mist. HEX triplet: CF, D8 and CF. RGB value is (207,216,207). Sum of RGB (Red+Green+Blue) = 207+216+207=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD8CF is #302730. Grayscale: #D4D4D4. Windows color (decimal): -3155761 or 13621455. OLE color: 13621455.
HSL color Cylindrical-coordinate representation of color #CFD8CF: hue angle of 120º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFD8CF is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 207 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.15 |
| HSL | 120º | 0.1% | 0.83% | - |
| HSV(B) | 120º | 0.04% | 0.85% | - |
| XYZ | 61.55 | 66.88 | 68.7 | - |
| YUV | 212.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 207 | 0.04 | 0 | 0.04 | 0.15 | 120 | 0.1 | 0.83 |
| Hex | CF | D8 | CF | 4 | 0 | 4 | F | 78 | A | 53 |
| Octal | 317 | 330 | 317 | 4 | 0 | 4 | 17 | 170 | 12 | 123 |
| Binary | 11001111 | 11011000 | 11001111 | 100 | 0 | 100 | 1111 | 1111000 | 1010 | 1010011 |
Color Harmonies of #CFD8CF
Complementary color
Monochromatic Colors of #CFD8CF
Black with #CFD8CF
Text Example
Text Example
White with #CFD8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD8CF; }
p { color: rgb(207,216,207); }
H1.HeaderClassName
{
color: #CFD8CF;
}
.AnyTagClassName
{
color: #CFD8CF;
}
</style>
background-color css
<style>
a { background-color: #CFD8CF; }
a { background-color: rgb(207,216,207); }
div.DivClassName
{
background-color: #CFD8CF;
}
.BgClassName
{
background-color: #CFD8CF;
}
</style>
border-color css
<style>
span { border-color: #CFD8CF; }
span { border-color: rgb(207,216,207); }
td.TdClassName
{
border-color: #CFD8CF;
}
.TagClassName
{
border-color: #CFD8CF;
}
</style>