Shades of Sea Mist #CFDCCE
Tints of Sea Mist #CFDCCE
RGB
CMYK
RGB Variations
Color information
#CFDCCE (or 0xCFDCCE) is known color: Sea Mist. HEX triplet: CF, DC and CE. RGB value is (207,220,206). Sum of RGB (Red+Green+Blue) = 207+220+206=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCCE is #302331. Grayscale: #D6D6D6. Windows color (decimal): -3154738 or 13556943. OLE color: 13556943.
HSL color Cylindrical-coordinate representation of color #CFDCCE: hue angle of 115.71º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFDCCE is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 206 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.14 |
| HSL | 115.71º | 0.17% | 0.84% | - |
| HSV(B) | 115.71º | 0.06% | 0.86% | - |
| XYZ | 62.47 | 68.91 | 68.4 | - |
| YUV | 214.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 206 | 0.06 | 0 | 0.06 | 0.14 | 115.71 | 0.17 | 0.84 |
| Hex | CF | DC | CE | 6 | 0 | 6 | E | 74 | 11 | 54 |
| Octal | 317 | 334 | 316 | 6 | 0 | 6 | 16 | 164 | 21 | 124 |
| Binary | 11001111 | 11011100 | 11001110 | 110 | 0 | 110 | 1110 | 1110100 | 10001 | 1010100 |
Color Harmonies of #CFDCCE
Complementary color
Monochromatic Colors of #CFDCCE
Black with #CFDCCE
Text Example
Text Example
White with #CFDCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCCE; }
p { color: rgb(207,220,206); }
H1.HeaderClassName
{
color: #CFDCCE;
}
.AnyTagClassName
{
color: #CFDCCE;
}
</style>
background-color css
<style>
a { background-color: #CFDCCE; }
a { background-color: rgb(207,220,206); }
div.DivClassName
{
background-color: #CFDCCE;
}
.BgClassName
{
background-color: #CFDCCE;
}
</style>
border-color css
<style>
span { border-color: #CFDCCE; }
span { border-color: rgb(207,220,206); }
td.TdClassName
{
border-color: #CFDCCE;
}
.TagClassName
{
border-color: #CFDCCE;
}
</style>