#DFDFD7

Color #DFDFD7 Snow Drift (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Drift #DFDFD7

Tints of Snow Drift #DFDFD7

Color information

#DFDFD7 (or 0xDFDFD7) is unknown color: approx Snow Drift. HEX triplet: DF, DF and D7. RGB value is (223,223,215). Sum of RGB (Red+Green+Blue) = 223+223+215=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 215 (84.38% from 255 or 32.53% from 661); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFD7 is #202028. Grayscale: #DEDEDE. Windows color (decimal): -2105385 or 14147551. OLE color: 14147551.

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

Color convert

RGB223223215-
CMYK000.040.13
HSL60º11.11%85.88%-
HSV(B)60º3.59%87.45%-
XYZ69.0873.3774.81-
YUV222.09124128.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.74%
GREEN value IS 223 (87.5% from 255) = 33.74%
BLUE value IS 215 (84.38% from 255) = 32.53%
R=33.74%
G=33.74%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223223215000.040.136011.1185.88
HexDFDFD7004D3cb56
Octal337337327004157413126
Binary11011111110111111101011100100110111110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFD7; }

 p { color: rgb(223,223,215); }

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

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

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

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

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

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

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