Shades of Sea Mist #CFD9CF
Tints of Sea Mist #CFD9CF
RGB
CMYK
RGB Variations
Color information
#CFD9CF (or 0xCFD9CF) is known color: Sea Mist. HEX triplet: CF, D9 and CF. RGB value is (207,217,207). Sum of RGB (Red+Green+Blue) = 207+217+207=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD9CF is #302630. Grayscale: #D4D4D4. Windows color (decimal): -3155505 or 13621711. OLE color: 13621711.
HSL color Cylindrical-coordinate representation of color #CFD9CF: hue angle of 120º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFD9CF is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 207 | 217 | 207 | - |
CMYK | 0.05 | 0 | 0.05 | 0.15 |
HSL | 120º | 0.12% | 0.83% | - |
HSV(B) | 120º | 0.05% | 0.85% | - |
XYZ | 61.81 | 67.4 | 68.78 | - |
YUV | 212.87 | 124.69 | 123.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 217 | 207 | 0.05 | 0 | 0.05 | 0.15 | 120 | 0.12 | 0.83 |
Hex | CF | D9 | CF | 5 | 0 | 5 | F | 78 | C | 53 |
Octal | 317 | 331 | 317 | 5 | 0 | 5 | 17 | 170 | 14 | 123 |
Binary | 11001111 | 11011001 | 11001111 | 101 | 0 | 101 | 1111 | 1111000 | 1100 | 1010011 |
Color Harmonies of #CFD9CF
Complementary color
Monochromatic Colors of #CFD9CF
Black with #CFD9CF
Text Example
Text Example
White with #CFD9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD9CF; }
p { color: rgb(207,217,207); }
H1.HeaderClassName
{
color: #CFD9CF;
}
.AnyTagClassName
{
color: #CFD9CF;
}
</style>
background-color css
<style>
a { background-color: #CFD9CF; }
a { background-color: rgb(207,217,207); }
div.DivClassName
{
background-color: #CFD9CF;
}
.BgClassName
{
background-color: #CFD9CF;
}
</style>
border-color css
<style>
span { border-color: #CFD9CF; }
span { border-color: rgb(207,217,207); }
td.TdClassName
{
border-color: #CFD9CF;
}
.TagClassName
{
border-color: #CFD9CF;
}
</style>