#DFDFD9

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

Shades of Snow Drift #DFDFD9

Tints of Snow Drift #DFDFD9

Color information

#DFDFD9 (or 0xDFDFD9) is unknown color: approx Snow Drift. HEX triplet: DF, DF and D9. RGB value is (223,223,217). Sum of RGB (Red+Green+Blue) = 223+223+217=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 217 (85.16% from 255 or 32.73% from 663); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFD9 is #202026. Grayscale: #DEDEDE. Windows color (decimal): -2105383 or 14278623. OLE color: 14278623.

HSL color Cylindrical-coordinate representation of color #DFDFD9: hue angle of 60º degrees, saturation: 0.09, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFDFD9 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB223223217-
CMYK000.030.13
HSL60º8.57%86.27%-
HSV(B)60º2.69%87.45%-
XYZ69.3473.4776.17-
YUV222.32125128.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.63%
GREEN value IS 223 (87.5% from 255) = 33.63%
BLUE value IS 217 (85.16% from 255) = 32.73%
R=33.63%
G=33.63%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223223217000.030.13608.5786.27
HexDFDFD9003D3c956
Octal337337331003157411126
Binary1101111111011111110110010011110111110010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFD9; }

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

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

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

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

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

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

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

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