#DFDFD4

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

Shades of Snow Drift #DFDFD4

Tints of Snow Drift #DFDFD4

Color information

#DFDFD4 (or 0xDFDFD4) is unknown color: approx Snow Drift. HEX triplet: DF, DF and D4. RGB value is (223,223,212). Sum of RGB (Red+Green+Blue) = 223+223+212=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 212 (83.20% from 255 or 32.22% from 658); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFD4 is #20202B. Grayscale: #DDDDDD. Windows color (decimal): -2105388 or 13950943. OLE color: 13950943.

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

Color convert

RGB223223212-
CMYK000.050.13
HSL60º14.67%85.29%-
HSV(B)60º4.93%87.45%-
XYZ68.773.2272.8-
YUV221.75122.5128.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.89%
GREEN value IS 223 (87.5% from 255) = 33.89%
BLUE value IS 212 (83.20% from 255) = 32.22%
R=33.89%
G=33.89%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223223212000.050.136014.6785.29
HexDFDFD4005D3cf55
Octal337337324005157417125
Binary11011111110111111101010000101110111110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFD4; }

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

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

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

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

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

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

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

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