Shades of Sea Mist #CFD0CF
Tints of Sea Mist #CFD0CF
RGB
CMYK
RGB Variations
Color information
#CFD0CF (or 0xCFD0CF) is known color: Sea Mist. HEX triplet: CF, D0 and CF. RGB value is (207,208,207). Sum of RGB (Red+Green+Blue) = 207+208+207=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD0CF is #302F30. Grayscale: #CFCFCF. Windows color (decimal): -3157809 or 13619407. OLE color: 13619407.
HSL color Cylindrical-coordinate representation of color #CFD0CF: hue angle of 120º degrees, saturation: 0.01, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0%. Process color model (Four color, CMYK) of #CFD0CF is Cyan = 0.00, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
RGB | 207 | 208 | 207 | - |
CMYK | 0.00 | 0 | 0.00 | 0.18 |
HSL | 120º | 0.01% | 0.81% | - |
HSV(B) | 120º | 0% | 0.82% | - |
XYZ | 59.55 | 62.88 | 68.03 | - |
YUV | 207.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 208 | 207 | 0.00 | 0 | 0.00 | 0.18 | 120 | 0.01 | 0.81 |
Hex | CF | D0 | CF | 0 | 0 | 0 | 12 | 78 | 1 | 51 |
Octal | 317 | 320 | 317 | 0 | 0 | 0 | 22 | 170 | 1 | 121 |
Binary | 11001111 | 11010000 | 11001111 | 0 | 0 | 0 | 10010 | 1111000 | 1 | 1010001 |
Color Harmonies of #CFD0CF
Complementary color
Monochromatic Colors of #CFD0CF
Black with #CFD0CF
Text Example
Text Example
White with #CFD0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD0CF; }
p { color: rgb(207,208,207); }
H1.HeaderClassName
{
color: #CFD0CF;
}
.AnyTagClassName
{
color: #CFD0CF;
}
</style>
background-color css
<style>
a { background-color: #CFD0CF; }
a { background-color: rgb(207,208,207); }
div.DivClassName
{
background-color: #CFD0CF;
}
.BgClassName
{
background-color: #CFD0CF;
}
</style>
border-color css
<style>
span { border-color: #CFD0CF; }
span { border-color: rgb(207,208,207); }
td.TdClassName
{
border-color: #CFD0CF;
}
.TagClassName
{
border-color: #CFD0CF;
}
</style>