Shades of Sea Fog #DDDCD9
Tints of Sea Fog #DDDCD9
RGB
CMYK
RGB Variations
Color information
#DDDCD9 (or 0xDDDCD9) is known color: Sea Fog. HEX triplet: DD, DC and D9. RGB value is (221,220,217). Sum of RGB (Red+Green+Blue) = 221+220+217=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCD9 is #222326. Grayscale: #DBDBDB. Windows color (decimal): -2237223 or 14277853. OLE color: 14277853.
HSL color Cylindrical-coordinate representation of color #DDDCD9: hue angle of 45º degrees, saturation: 0.06, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DDDCD9 is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 220 | 217 | - |
CMYK | 0 | 0.00 | 0.02 | 0.13 |
HSL | 45º | 0.06% | 0.86% | - |
HSV(B) | 45º | 0.02% | 0.87% | - |
XYZ | 67.94 | 71.57 | 75.88 | - |
YUV | 219.96 | 126.33 | 128.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 217 | 0 | 0.00 | 0.02 | 0.13 | 45 | 0.06 | 0.86 |
Hex | DD | DC | D9 | 0 | 0 | 2 | D | 2D | 6 | 56 |
Octal | 335 | 334 | 331 | 0 | 0 | 2 | 15 | 55 | 6 | 126 |
Binary | 11011101 | 11011100 | 11011001 | 0 | 0 | 10 | 1101 | 101101 | 110 | 1010110 |
Color Harmonies of #DDDCD9
Complementary color
Monochromatic Colors of #DDDCD9
Black with #DDDCD9
Text Example
Text Example
White with #DDDCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCD9; }
p { color: rgb(221,220,217); }
H1.HeaderClassName
{
color: #DDDCD9;
}
.AnyTagClassName
{
color: #DDDCD9;
}
</style>
background-color css
<style>
a { background-color: #DDDCD9; }
a { background-color: rgb(221,220,217); }
div.DivClassName
{
background-color: #DDDCD9;
}
.BgClassName
{
background-color: #DDDCD9;
}
</style>
border-color css
<style>
span { border-color: #DDDCD9; }
span { border-color: rgb(221,220,217); }
td.TdClassName
{
border-color: #DDDCD9;
}
.TagClassName
{
border-color: #DDDCD9;
}
</style>