Shades of Sea Fog #DFDDD2
Tints of Sea Fog #DFDDD2
RGB
CMYK
RGB Variations
Color information
#DFDDD2 (or 0xDFDDD2) is known color: Sea Fog. HEX triplet: DF, DD and D2. RGB value is (223,221,210). Sum of RGB (Red+Green+Blue) = 223+221+210=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 210 (82.42% from 255 or 32.11% from 654); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDD2 is #20222D. Grayscale: #DCDCDC. Windows color (decimal): -2105902 or 13819359. OLE color: 13819359.
HSL color Cylindrical-coordinate representation of color #DFDDD2: hue angle of 50.77º 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 #DFDDD2 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 221 | 210 | - |
CMYK | 0 | 0.01 | 0.06 | 0.13 |
HSL | 50.77º | 0.17% | 0.85% | - |
HSV(B) | 50.77º | 0.06% | 0.87% | - |
XYZ | 67.92 | 72.05 | 71.3 | - |
YUV | 220.34 | 122.16 | 129.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 210 | 0 | 0.01 | 0.06 | 0.13 | 50.77 | 0.17 | 0.85 |
Hex | DF | DD | D2 | 0 | 1 | 6 | D | 33 | 11 | 55 |
Octal | 337 | 335 | 322 | 0 | 1 | 6 | 15 | 63 | 21 | 125 |
Binary | 11011111 | 11011101 | 11010010 | 0 | 1 | 110 | 1101 | 110011 | 10001 | 1010101 |
Color Harmonies of #DFDDD2
Complementary color
Monochromatic Colors of #DFDDD2
Black with #DFDDD2
Text Example
Text Example
White with #DFDDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDD2; }
p { color: rgb(223,221,210); }
H1.HeaderClassName
{
color: #DFDDD2;
}
.AnyTagClassName
{
color: #DFDDD2;
}
</style>
background-color css
<style>
a { background-color: #DFDDD2; }
a { background-color: rgb(223,221,210); }
div.DivClassName
{
background-color: #DFDDD2;
}
.BgClassName
{
background-color: #DFDDD2;
}
</style>
border-color css
<style>
span { border-color: #DFDDD2; }
span { border-color: rgb(223,221,210); }
td.TdClassName
{
border-color: #DFDDD2;
}
.TagClassName
{
border-color: #DFDDD2;
}
</style>