#DFDED6

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

Shades of Sea Fog #DFDED6

Tints of Sea Fog #DFDED6

Color information

#DFDED6 (or 0xDFDED6) is unknown color: approx Sea Fog. HEX triplet: DF, DE and D6. RGB value is (223,222,214). Sum of RGB (Red+Green+Blue) = 223+222+214=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 214 (83.98% from 255 or 32.47% from 659); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDED6 is #202129. Grayscale: #DDDDDD. Windows color (decimal): -2105642 or 14081759. OLE color: 14081759.

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

Color convert

RGB223222214-
CMYK00.000.040.13
HSL53.33º12.33%85.69%-
HSV(B)53.33º4.04%87.45%-
XYZ68.6972.7974.05-
YUV221.39123.83129.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.84%
GREEN value IS 222 (87.11% from 255) = 33.69%
BLUE value IS 214 (83.98% from 255) = 32.47%
R=33.84%
G=33.69%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322221400.000.040.1353.3312.3385.69
HexDFDED6004D35c56
Octal337336326004156514126
Binary11011111110111101101011000100110111010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDED6; }

 p { color: rgb(223,222,214); }

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

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

 a { background-color: rgb(223,222,214); }

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

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

 span { border-color: rgb(223,222,214); }

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