#DFDCD1

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

Shades of Sea Fog #DFDCD1

Tints of Sea Fog #DFDCD1

Color information

#DFDCD1 (or 0xDFDCD1) is unknown color: approx Sea Fog. HEX triplet: DF, DC and D1. RGB value is (223,220,209). Sum of RGB (Red+Green+Blue) = 223+220+209=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 209 (82.03% from 255 or 32.06% from 652); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCD1 is #20232E. Grayscale: #DBDBDB. Windows color (decimal): -2106159 or 13753567. OLE color: 13753567.

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

Color convert

RGB223220209-
CMYK00.010.060.13
HSL47.14º17.95%84.71%-
HSV(B)47.14º6.28%87.45%-
XYZ67.5371.4870.56-
YUV219.64121.99130.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.20%
GREEN value IS 220 (86.33% from 255) = 33.74%
BLUE value IS 209 (82.03% from 255) = 32.06%
R=34.20%
G=33.74%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322020900.010.060.1347.1417.9584.71
HexDFDCD1016D2f1255
Octal337334321016155722125
Binary110111111101110011010001011101101101111100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCD1; }

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

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

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

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

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

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

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

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