#DEDDD7

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

Shades of Sea Fog #DEDDD7

Tints of Sea Fog #DEDDD7

Color information

#DEDDD7 (or 0xDEDDD7) is unknown color: approx Sea Fog. HEX triplet: DE, DD and D7. RGB value is (222,221,215). Sum of RGB (Red+Green+Blue) = 222+221+215=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 215 (84.38% from 255 or 32.67% from 658); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDD7 is #212228. Grayscale: #DCDCDC. Windows color (decimal): -2171433 or 14147038. OLE color: 14147038.

HSL color Cylindrical-coordinate representation of color #DEDDD7: hue angle of 51.43º degrees, saturation: 0.1, 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 #DEDDD7 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB222221215-
CMYK00.000.030.13
HSL51.43º9.59%85.69%-
HSV(B)51.43º3.15%87.06%-
XYZ68.2572.1574.62-
YUV220.62124.83128.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.74%
GREEN value IS 221 (86.72% from 255) = 33.59%
BLUE value IS 215 (84.38% from 255) = 32.67%
R=33.74%
G=33.59%
B=32.67%

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
Decimal22222121500.000.030.1351.439.5985.69
HexDEDDD7003D33a56
Octal336335327003156312126
Binary1101111011011101110101110011110111001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDDD7; }

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

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

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

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

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

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

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

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