#DEDDD8

Color #DEDDD8 Sea Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Fog #DEDDD8

Tints of Sea Fog #DEDDD8

Color information

#DEDDD8 (or 0xDEDDD8) is unknown color: approx Sea Fog. HEX triplet: DE, DD and D8. RGB value is (222,221,216). Sum of RGB (Red+Green+Blue) = 222+221+216=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 216 (84.77% from 255 or 32.78% from 659); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDD8 is #212227. Grayscale: #DCDCDC. Windows color (decimal): -2171432 or 14212574. OLE color: 14212574.

HSL color Cylindrical-coordinate representation of color #DEDDD8: hue angle of 50º degrees, saturation: 0.08, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEDDD8 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB222221216-
CMYK00.000.030.13
HSL50º8.33%85.88%-
HSV(B)50º2.7%87.06%-
XYZ68.3872.275.3-
YUV220.73125.33128.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 33.69%
GREEN value IS 221 (86.72% from 255) = 33.54%
BLUE value IS 216 (84.77% from 255) = 32.78%
R=33.69%
G=33.54%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222121600.000.030.13508.3385.88
HexDEDDD8003D32856
Octal336335330003156210126
Binary1101111011011101110110000011110111001010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDDD8; }

 p { color: rgb(222,221,216); }

 H1.HeaderClassName
 {
   color: #DEDDD8;
 }
 .AnyTagClassName
 {
   color: #DEDDD8;
 }
</style>
background-color css

<style>
 a { background-color: #DEDDD8; }

 a { background-color: rgb(222,221,216); }

 div.DivClassName
 {
   background-color: #DEDDD8;
 }
 .BgClassName
 {
   background-color: #DEDDD8;
 }
</style>
border-color css

<style>
 span { border-color: #DEDDD8; }

 span { border-color: rgb(222,221,216); }

 td.TdClassName
 {
   border-color: #DEDDD8;
 }
 .TagClassName
 {
   border-color: #DEDDD8;
 }
</style>