Shades of Sea Mist #CFDBCE
Tints of Sea Mist #CFDBCE
RGB
CMYK
RGB Variations
Color information
#CFDBCE (or 0xCFDBCE) is known color: Sea Mist. HEX triplet: CF, DB and CE. RGB value is (207,219,206). Sum of RGB (Red+Green+Blue) = 207+219+206=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBCE is #302431. Grayscale: #D5D5D5. Windows color (decimal): -3154994 or 13556687. OLE color: 13556687.
HSL color Cylindrical-coordinate representation of color #CFDBCE: hue angle of 115.38º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFDBCE is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 206 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.14 |
| HSL | 115.38º | 0.15% | 0.83% | - |
| HSV(B) | 115.38º | 0.06% | 0.86% | - |
| XYZ | 62.2 | 68.38 | 68.31 | - |
| YUV | 213.93 | 123.52 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 206 | 0.05 | 0 | 0.06 | 0.14 | 115.38 | 0.15 | 0.83 |
| Hex | CF | DB | CE | 5 | 0 | 6 | E | 73 | F | 53 |
| Octal | 317 | 333 | 316 | 5 | 0 | 6 | 16 | 163 | 17 | 123 |
| Binary | 11001111 | 11011011 | 11001110 | 101 | 0 | 110 | 1110 | 1110011 | 1111 | 1010011 |
Color Harmonies of #CFDBCE
Complementary color
Monochromatic Colors of #CFDBCE
Black with #CFDBCE
Text Example
Text Example
White with #CFDBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBCE; }
p { color: rgb(207,219,206); }
H1.HeaderClassName
{
color: #CFDBCE;
}
.AnyTagClassName
{
color: #CFDBCE;
}
</style>
background-color css
<style>
a { background-color: #CFDBCE; }
a { background-color: rgb(207,219,206); }
div.DivClassName
{
background-color: #CFDBCE;
}
.BgClassName
{
background-color: #CFDBCE;
}
</style>
border-color css
<style>
span { border-color: #CFDBCE; }
span { border-color: rgb(207,219,206); }
td.TdClassName
{
border-color: #CFDBCE;
}
.TagClassName
{
border-color: #CFDBCE;
}
</style>