Shades of Sea Fog #DDDCD5
Tints of Sea Fog #DDDCD5
RGB
CMYK
RGB Variations
Color information
#DDDCD5 (or 0xDDDCD5) is known color: Sea Fog. HEX triplet: DD, DC and D5. RGB value is (221,220,213). Sum of RGB (Red+Green+Blue) = 221+220+213=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCD5 is #22232A. Grayscale: #DBDBDB. Windows color (decimal): -2237227 or 14015709. OLE color: 14015709.
HSL color Cylindrical-coordinate representation of color #DDDCD5: hue angle of 52.5º degrees, saturation: 0.11, 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 #DDDCD5 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 220 | 213 | - |
CMYK | 0 | 0.00 | 0.04 | 0.13 |
HSL | 52.5º | 0.11% | 0.85% | - |
HSV(B) | 52.5º | 0.04% | 0.87% | - |
XYZ | 67.42 | 71.36 | 73.17 | - |
YUV | 219.5 | 124.33 | 129.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 213 | 0 | 0.00 | 0.04 | 0.13 | 52.5 | 0.11 | 0.85 |
Hex | DD | DC | D5 | 0 | 0 | 4 | D | 34 | B | 55 |
Octal | 335 | 334 | 325 | 0 | 0 | 4 | 15 | 64 | 13 | 125 |
Binary | 11011101 | 11011100 | 11010101 | 0 | 0 | 100 | 1101 | 110100 | 1011 | 1010101 |
Color Harmonies of #DDDCD5
Complementary color
Monochromatic Colors of #DDDCD5
Black with #DDDCD5
Text Example
Text Example
White with #DDDCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCD5; }
p { color: rgb(221,220,213); }
H1.HeaderClassName
{
color: #DDDCD5;
}
.AnyTagClassName
{
color: #DDDCD5;
}
</style>
background-color css
<style>
a { background-color: #DDDCD5; }
a { background-color: rgb(221,220,213); }
div.DivClassName
{
background-color: #DDDCD5;
}
.BgClassName
{
background-color: #DDDCD5;
}
</style>
border-color css
<style>
span { border-color: #DDDCD5; }
span { border-color: rgb(221,220,213); }
td.TdClassName
{
border-color: #DDDCD5;
}
.TagClassName
{
border-color: #DDDCD5;
}
</style>