Shades of Sea Fog #DDDCD4
Tints of Sea Fog #DDDCD4
RGB
CMYK
RGB Variations
Color information
#DDDCD4 (or 0xDDDCD4) is known color: Sea Fog. HEX triplet: DD, DC and D4. RGB value is (221,220,212). Sum of RGB (Red+Green+Blue) = 221+220+212=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCD4 is #22232B. Grayscale: #DBDBDB. Windows color (decimal): -2237228 or 13950173. OLE color: 13950173.
HSL color Cylindrical-coordinate representation of color #DDDCD4: hue angle of 53.33º degrees, saturation: 0.12, 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 #DDDCD4 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 220 | 212 | - |
CMYK | 0 | 0.00 | 0.04 | 0.13 |
HSL | 53.33º | 0.12% | 0.85% | - |
HSV(B) | 53.33º | 0.04% | 0.87% | - |
XYZ | 67.3 | 71.31 | 72.51 | - |
YUV | 219.39 | 123.83 | 129.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 212 | 0 | 0.00 | 0.04 | 0.13 | 53.33 | 0.12 | 0.85 |
Hex | DD | DC | D4 | 0 | 0 | 4 | D | 35 | C | 55 |
Octal | 335 | 334 | 324 | 0 | 0 | 4 | 15 | 65 | 14 | 125 |
Binary | 11011101 | 11011100 | 11010100 | 0 | 0 | 100 | 1101 | 110101 | 1100 | 1010101 |
Color Harmonies of #DDDCD4
Complementary color
Monochromatic Colors of #DDDCD4
Black with #DDDCD4
Text Example
Text Example
White with #DDDCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCD4; }
p { color: rgb(221,220,212); }
H1.HeaderClassName
{
color: #DDDCD4;
}
.AnyTagClassName
{
color: #DDDCD4;
}
</style>
background-color css
<style>
a { background-color: #DDDCD4; }
a { background-color: rgb(221,220,212); }
div.DivClassName
{
background-color: #DDDCD4;
}
.BgClassName
{
background-color: #DDDCD4;
}
</style>
border-color css
<style>
span { border-color: #DDDCD4; }
span { border-color: rgb(221,220,212); }
td.TdClassName
{
border-color: #DDDCD4;
}
.TagClassName
{
border-color: #DDDCD4;
}
</style>