#DFDDD4

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

Shades of Sea Fog #DFDDD4

Tints of Sea Fog #DFDDD4

Color information

#DFDDD4 (or 0xDFDDD4) is unknown color: approx Sea Fog. HEX triplet: DF, DD and D4. RGB value is (223,221,212). Sum of RGB (Red+Green+Blue) = 223+221+212=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 212 (83.20% from 255 or 32.32% from 656); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDD4 is #20222B. Grayscale: #DCDCDC. Windows color (decimal): -2105900 or 13950431. OLE color: 13950431.

HSL color Cylindrical-coordinate representation of color #DFDDD4: hue angle of 49.09º degrees, saturation: 0.15, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFDDD4 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB223221212-
CMYK00.010.050.13
HSL49.09º14.67%85.29%-
HSV(B)49.09º4.93%87.45%-
XYZ68.1772.1572.62-
YUV220.57123.16129.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.99%
GREEN value IS 221 (86.72% from 255) = 33.69%
BLUE value IS 212 (83.20% from 255) = 32.32%
R=33.99%
G=33.69%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322121200.010.050.1349.0914.6785.29
HexDFDDD4015D31f55
Octal337335324015156117125
Binary11011111110111011101010001101110111000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDD4; }

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

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

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

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

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

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

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

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