Shades of Sea Fog #DDDBD4
Tints of Sea Fog #DDDBD4
RGB
CMYK
RGB Variations
Color information
#DDDBD4 (or 0xDDDBD4) is known color: Sea Fog. HEX triplet: DD, DB and D4. RGB value is (221,219,212). Sum of RGB (Red+Green+Blue) = 221+219+212=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDBD4 is #22242B. Grayscale: #DADADA. Windows color (decimal): -2237484 or 13949917. OLE color: 13949917.
HSL color Cylindrical-coordinate representation of color #DDDBD4: hue angle of 46.67º 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 #DDDBD4 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 219 | 212 | - |
CMYK | 0 | 0.01 | 0.04 | 0.13 |
HSL | 46.67º | 0.12% | 0.85% | - |
HSV(B) | 46.67º | 0.04% | 0.87% | - |
XYZ | 67.03 | 70.79 | 72.42 | - |
YUV | 218.8 | 124.16 | 129.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 212 | 0 | 0.01 | 0.04 | 0.13 | 46.67 | 0.12 | 0.85 |
Hex | DD | DB | D4 | 0 | 1 | 4 | D | 2F | C | 55 |
Octal | 335 | 333 | 324 | 0 | 1 | 4 | 15 | 57 | 14 | 125 |
Binary | 11011101 | 11011011 | 11010100 | 0 | 1 | 100 | 1101 | 101111 | 1100 | 1010101 |
Color Harmonies of #DDDBD4
Complementary color
Monochromatic Colors of #DDDBD4
Black with #DDDBD4
Text Example
Text Example
White with #DDDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBD4; }
p { color: rgb(221,219,212); }
H1.HeaderClassName
{
color: #DDDBD4;
}
.AnyTagClassName
{
color: #DDDBD4;
}
</style>
background-color css
<style>
a { background-color: #DDDBD4; }
a { background-color: rgb(221,219,212); }
div.DivClassName
{
background-color: #DDDBD4;
}
.BgClassName
{
background-color: #DDDBD4;
}
</style>
border-color css
<style>
span { border-color: #DDDBD4; }
span { border-color: rgb(221,219,212); }
td.TdClassName
{
border-color: #DDDBD4;
}
.TagClassName
{
border-color: #DDDBD4;
}
</style>