Shades of Sea Fog #DDDCD7
Tints of Sea Fog #DDDCD7
RGB
CMYK
RGB Variations
Color information
#DDDCD7 (or 0xDDDCD7) is known color: Sea Fog. HEX triplet: DD, DC and D7. RGB value is (221,220,215). Sum of RGB (Red+Green+Blue) = 221+220+215=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 215 (84.38% from 255 or 32.77% from 656); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCD7 is #222328. Grayscale: #DBDBDB. Windows color (decimal): -2237225 or 14146781. OLE color: 14146781.
HSL color Cylindrical-coordinate representation of color #DDDCD7: hue angle of 50º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDDCD7 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 220 | 215 | - |
CMYK | 0 | 0.00 | 0.03 | 0.13 |
HSL | 50º | 0.08% | 0.85% | - |
HSV(B) | 50º | 0.03% | 0.87% | - |
XYZ | 67.68 | 71.46 | 74.52 | - |
YUV | 219.73 | 125.33 | 128.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 215 | 0 | 0.00 | 0.03 | 0.13 | 50 | 0.08 | 0.85 |
Hex | DD | DC | D7 | 0 | 0 | 3 | D | 32 | 8 | 55 |
Octal | 335 | 334 | 327 | 0 | 0 | 3 | 15 | 62 | 10 | 125 |
Binary | 11011101 | 11011100 | 11010111 | 0 | 0 | 11 | 1101 | 110010 | 1000 | 1010101 |
Color Harmonies of #DDDCD7
Complementary color
Monochromatic Colors of #DDDCD7
Black with #DDDCD7
Text Example
Text Example
White with #DDDCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCD7; }
p { color: rgb(221,220,215); }
H1.HeaderClassName
{
color: #DDDCD7;
}
.AnyTagClassName
{
color: #DDDCD7;
}
</style>
background-color css
<style>
a { background-color: #DDDCD7; }
a { background-color: rgb(221,220,215); }
div.DivClassName
{
background-color: #DDDCD7;
}
.BgClassName
{
background-color: #DDDCD7;
}
</style>
border-color css
<style>
span { border-color: #DDDCD7; }
span { border-color: rgb(221,220,215); }
td.TdClassName
{
border-color: #DDDCD7;
}
.TagClassName
{
border-color: #DDDCD7;
}
</style>