#DFE0D7

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

Shades of Snow Drift #DFE0D7

Tints of Snow Drift #DFE0D7

Color information

#DFE0D7 (or 0xDFE0D7) is unknown color: approx Snow Drift. HEX triplet: DF, E0 and D7. RGB value is (223,224,215). Sum of RGB (Red+Green+Blue) = 223+224+215=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 215 (84.38% from 255 or 32.48% from 662); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0D7 is #201F28. Grayscale: #DEDEDE. Windows color (decimal): -2105129 or 14147807. OLE color: 14147807.

HSL color Cylindrical-coordinate representation of color #DFE0D7: hue angle of 66.67º degrees, saturation: 0.13, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFE0D7 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB223224215-
CMYK0.0000.040.12
HSL66.67º12.68%86.08%-
HSV(B)66.67º4.02%87.84%-
XYZ69.3573.9174.9-
YUV222.68123.67128.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.69%
GREEN value IS 224 (87.89% from 255) = 33.84%
BLUE value IS 215 (84.38% from 255) = 32.48%
R=33.69%
G=33.84%
B=32.48%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232242150.0000.040.1266.6712.6886.08
HexDFE0D7004C43d56
Octal3373403270041410315126
Binary110111111110000011010111001001100100001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0D7; }

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

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

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

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

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

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

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

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