#DFDCD4

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

Shades of Sea Fog #DFDCD4

Tints of Sea Fog #DFDCD4

Color information

#DFDCD4 (or 0xDFDCD4) is unknown color: approx Sea Fog. HEX triplet: DF, DC and D4. RGB value is (223,220,212). Sum of RGB (Red+Green+Blue) = 223+220+212=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCD4 is #20232B. Grayscale: #DCDCDC. Windows color (decimal): -2106156 or 13950175. OLE color: 13950175.

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

Color convert

RGB223220212-
CMYK00.010.050.13
HSL43.64º14.67%85.29%-
HSV(B)43.64º4.93%87.45%-
XYZ67.9171.6372.53-
YUV219.98123.49130.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.05%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 212 (83.20% from 255) = 32.37%
R=34.05%
G=33.59%
B=32.37%

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
Decimal22322021200.010.050.1343.6414.6785.29
HexDFDCD4015D2cf55
Octal337334324015155417125
Binary11011111110111001101010001101110110110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCD4; }

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

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

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

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

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

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

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

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