Shades of Sea Fog #DDDBD5
Tints of Sea Fog #DDDBD5
RGB
CMYK
RGB Variations
Color information
#DDDBD5 (or 0xDDDBD5) is known color: Sea Fog. HEX triplet: DD, DB and D5. RGB value is (221,219,213). Sum of RGB (Red+Green+Blue) = 221+219+213=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDBD5 is #22242A. Grayscale: #DADADA. Windows color (decimal): -2237483 or 14015453. OLE color: 14015453.
HSL color Cylindrical-coordinate representation of color #DDDBD5: hue angle of 45º 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 #DDDBD5 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 219 | 213 | - |
CMYK | 0 | 0.01 | 0.04 | 0.13 |
HSL | 45º | 0.11% | 0.85% | - |
HSV(B) | 45º | 0.04% | 0.87% | - |
XYZ | 67.16 | 70.84 | 73.08 | - |
YUV | 218.91 | 124.66 | 129.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 213 | 0 | 0.01 | 0.04 | 0.13 | 45 | 0.11 | 0.85 |
Hex | DD | DB | D5 | 0 | 1 | 4 | D | 2D | B | 55 |
Octal | 335 | 333 | 325 | 0 | 1 | 4 | 15 | 55 | 13 | 125 |
Binary | 11011101 | 11011011 | 11010101 | 0 | 1 | 100 | 1101 | 101101 | 1011 | 1010101 |
Color Harmonies of #DDDBD5
Complementary color
Monochromatic Colors of #DDDBD5
Black with #DDDBD5
Text Example
Text Example
White with #DDDBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBD5; }
p { color: rgb(221,219,213); }
H1.HeaderClassName
{
color: #DDDBD5;
}
.AnyTagClassName
{
color: #DDDBD5;
}
</style>
background-color css
<style>
a { background-color: #DDDBD5; }
a { background-color: rgb(221,219,213); }
div.DivClassName
{
background-color: #DDDBD5;
}
.BgClassName
{
background-color: #DDDBD5;
}
</style>
border-color css
<style>
span { border-color: #DDDBD5; }
span { border-color: rgb(221,219,213); }
td.TdClassName
{
border-color: #DDDBD5;
}
.TagClassName
{
border-color: #DDDBD5;
}
</style>