Shades of Sea Mist #CFDBCF
Tints of Sea Mist #CFDBCF
RGB
CMYK
RGB Variations
Color information
#CFDBCF (or 0xCFDBCF) is known color: Sea Mist. HEX triplet: CF, DB and CF. RGB value is (207,219,207). Sum of RGB (Red+Green+Blue) = 207+219+207=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBCF is #302430. Grayscale: #D6D6D6. Windows color (decimal): -3154993 or 13622223. OLE color: 13622223.
HSL color Cylindrical-coordinate representation of color #CFDBCF: hue angle of 120º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFDBCF is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 207 | 219 | 207 | - |
CMYK | 0.05 | 0 | 0.05 | 0.14 |
HSL | 120º | 0.14% | 0.84% | - |
HSV(B) | 120º | 0.05% | 0.86% | - |
XYZ | 62.33 | 68.43 | 68.96 | - |
YUV | 214.04 | 124.02 | 122.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 219 | 207 | 0.05 | 0 | 0.05 | 0.14 | 120 | 0.14 | 0.84 |
Hex | CF | DB | CF | 5 | 0 | 5 | E | 78 | E | 54 |
Octal | 317 | 333 | 317 | 5 | 0 | 5 | 16 | 170 | 16 | 124 |
Binary | 11001111 | 11011011 | 11001111 | 101 | 0 | 101 | 1110 | 1111000 | 1110 | 1010100 |
Color Harmonies of #CFDBCF
Complementary color
Monochromatic Colors of #CFDBCF
Black with #CFDBCF
Text Example
Text Example
White with #CFDBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBCF; }
p { color: rgb(207,219,207); }
H1.HeaderClassName
{
color: #CFDBCF;
}
.AnyTagClassName
{
color: #CFDBCF;
}
</style>
background-color css
<style>
a { background-color: #CFDBCF; }
a { background-color: rgb(207,219,207); }
div.DivClassName
{
background-color: #CFDBCF;
}
.BgClassName
{
background-color: #CFDBCF;
}
</style>
border-color css
<style>
span { border-color: #CFDBCF; }
span { border-color: rgb(207,219,207); }
td.TdClassName
{
border-color: #CFDBCF;
}
.TagClassName
{
border-color: #CFDBCF;
}
</style>