Shades of Sea Fog #DFDDD5
Tints of Sea Fog #DFDDD5
RGB
CMYK
RGB Variations
Color information
#DFDDD5 (or 0xDFDDD5) is known color: Sea Fog. HEX triplet: DF, DD and D5. RGB value is (223,221,213). Sum of RGB (Red+Green+Blue) = 223+221+213=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 213 (83.59% from 255 or 32.42% from 657); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDD5 is #20222A. Grayscale: #DCDCDC. Windows color (decimal): -2105899 or 14015967. OLE color: 14015967.
HSL color Cylindrical-coordinate representation of color #DFDDD5: hue angle of 48º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFDDD5 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 221 | 213 | - |
CMYK | 0 | 0.01 | 0.04 | 0.13 |
HSL | 48º | 0.14% | 0.85% | - |
HSV(B) | 48º | 0.04% | 0.87% | - |
XYZ | 68.3 | 72.2 | 73.29 | - |
YUV | 220.69 | 123.66 | 129.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 213 | 0 | 0.01 | 0.04 | 0.13 | 48 | 0.14 | 0.85 |
Hex | DF | DD | D5 | 0 | 1 | 4 | D | 30 | E | 55 |
Octal | 337 | 335 | 325 | 0 | 1 | 4 | 15 | 60 | 16 | 125 |
Binary | 11011111 | 11011101 | 11010101 | 0 | 1 | 100 | 1101 | 110000 | 1110 | 1010101 |
Color Harmonies of #DFDDD5
Complementary color
Monochromatic Colors of #DFDDD5
Black with #DFDDD5
Text Example
Text Example
White with #DFDDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDD5; }
p { color: rgb(223,221,213); }
H1.HeaderClassName
{
color: #DFDDD5;
}
.AnyTagClassName
{
color: #DFDDD5;
}
</style>
background-color css
<style>
a { background-color: #DFDDD5; }
a { background-color: rgb(223,221,213); }
div.DivClassName
{
background-color: #DFDDD5;
}
.BgClassName
{
background-color: #DFDDD5;
}
</style>
border-color css
<style>
span { border-color: #DFDDD5; }
span { border-color: rgb(223,221,213); }
td.TdClassName
{
border-color: #DFDDD5;
}
.TagClassName
{
border-color: #DFDDD5;
}
</style>