Shades of Sea Fog #DFDCD3
Tints of Sea Fog #DFDCD3
RGB
CMYK
RGB Variations
Color information
#DFDCD3 (or 0xDFDCD3) is known color: Sea Fog. HEX triplet: DF, DC and D3. RGB value is (223,220,211). Sum of RGB (Red+Green+Blue) = 223+220+211=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCD3 is #20232C. Grayscale: #DBDBDB. Windows color (decimal): -2106157 or 13884639. OLE color: 13884639.
HSL color Cylindrical-coordinate representation of color #DFDCD3: hue angle of 45º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFDCD3 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 220 | 211 | - |
CMYK | 0 | 0.01 | 0.05 | 0.13 |
HSL | 45º | 0.16% | 0.85% | - |
HSV(B) | 45º | 0.05% | 0.87% | - |
XYZ | 67.78 | 71.58 | 71.87 | - |
YUV | 219.87 | 122.99 | 130.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 220 | 211 | 0 | 0.01 | 0.05 | 0.13 | 45 | 0.16 | 0.85 |
Hex | DF | DC | D3 | 0 | 1 | 5 | D | 2D | 10 | 55 |
Octal | 337 | 334 | 323 | 0 | 1 | 5 | 15 | 55 | 20 | 125 |
Binary | 11011111 | 11011100 | 11010011 | 0 | 1 | 101 | 1101 | 101101 | 10000 | 1010101 |
Color Harmonies of #DFDCD3
Complementary color
Monochromatic Colors of #DFDCD3
Black with #DFDCD3
Text Example
Text Example
White with #DFDCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCD3; }
p { color: rgb(223,220,211); }
H1.HeaderClassName
{
color: #DFDCD3;
}
.AnyTagClassName
{
color: #DFDCD3;
}
</style>
background-color css
<style>
a { background-color: #DFDCD3; }
a { background-color: rgb(223,220,211); }
div.DivClassName
{
background-color: #DFDCD3;
}
.BgClassName
{
background-color: #DFDCD3;
}
</style>
border-color css
<style>
span { border-color: #DFDCD3; }
span { border-color: rgb(223,220,211); }
td.TdClassName
{
border-color: #DFDCD3;
}
.TagClassName
{
border-color: #DFDCD3;
}
</style>