#DFDDD6

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

Shades of Sea Fog #DFDDD6

Tints of Sea Fog #DFDDD6

Color information

#DFDDD6 (or 0xDFDDD6) is unknown color: approx Sea Fog. HEX triplet: DF, DD and D6. RGB value is (223,221,214). Sum of RGB (Red+Green+Blue) = 223+221+214=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 214 (83.98% from 255 or 32.52% from 658); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDD6 is #202229. Grayscale: #DCDCDC. Windows color (decimal): -2105898 or 14081503. OLE color: 14081503.

HSL color Cylindrical-coordinate representation of color #DFDDD6: hue angle of 46.67º 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 #DFDDD6 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB223221214-
CMYK00.010.040.13
HSL46.67º12.33%85.69%-
HSV(B)46.67º4.04%87.45%-
XYZ68.4372.2673.96-
YUV220.8124.16129.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.89%
GREEN value IS 221 (86.72% from 255) = 33.59%
BLUE value IS 214 (83.98% from 255) = 32.52%
R=33.89%
G=33.59%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322121400.010.040.1346.6712.3385.69
HexDFDDD6014D2fc56
Octal337335326014155714126
Binary11011111110111011101011001100110110111111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDD6; }

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

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

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

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

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

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

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

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