Shades of Sea Fog #DFDCD2
Tints of Sea Fog #DFDCD2
RGB
CMYK
RGB Variations
Color information
#DFDCD2 (or 0xDFDCD2) is known color: Sea Fog. HEX triplet: DF, DC and D2. RGB value is (223,220,210). Sum of RGB (Red+Green+Blue) = 223+220+210=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCD2 is #20232D. Grayscale: #DBDBDB. Windows color (decimal): -2106158 or 13819103. OLE color: 13819103.
HSL color Cylindrical-coordinate representation of color #DFDCD2: hue angle of 46.15º degrees, saturation: 0.17, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFDCD2 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 210 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.13 |
| HSL | 46.15º | 0.17% | 0.85% | - |
| HSV(B) | 46.15º | 0.06% | 0.87% | - |
| XYZ | 67.66 | 71.53 | 71.21 | - |
| YUV | 219.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 210 | 0 | 0.01 | 0.06 | 0.13 | 46.15 | 0.17 | 0.85 |
| Hex | DF | DC | D2 | 0 | 1 | 6 | D | 2E | 11 | 55 |
| Octal | 337 | 334 | 322 | 0 | 1 | 6 | 15 | 56 | 21 | 125 |
| Binary | 11011111 | 11011100 | 11010010 | 0 | 1 | 110 | 1101 | 101110 | 10001 | 1010101 |
Color Harmonies of #DFDCD2
Complementary color
Monochromatic Colors of #DFDCD2
Black with #DFDCD2
Text Example
Text Example
White with #DFDCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCD2; }
p { color: rgb(223,220,210); }
H1.HeaderClassName
{
color: #DFDCD2;
}
.AnyTagClassName
{
color: #DFDCD2;
}
</style>
background-color css
<style>
a { background-color: #DFDCD2; }
a { background-color: rgb(223,220,210); }
div.DivClassName
{
background-color: #DFDCD2;
}
.BgClassName
{
background-color: #DFDCD2;
}
</style>
border-color css
<style>
span { border-color: #DFDCD2; }
span { border-color: rgb(223,220,210); }
td.TdClassName
{
border-color: #DFDCD2;
}
.TagClassName
{
border-color: #DFDCD2;
}
</style>