#DEDFD4

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

Shades of Snow Drift #DEDFD4

Tints of Snow Drift #DEDFD4

Color information

#DEDFD4 (or 0xDEDFD4) is unknown color: approx Snow Drift. HEX triplet: DE, DF and D4. RGB value is (222,223,212). Sum of RGB (Red+Green+Blue) = 222+223+212=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 212 (83.20% from 255 or 32.27% from 657); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFD4 is #21202B. Grayscale: #DDDDDD. Windows color (decimal): -2170924 or 13950942. OLE color: 13950942.

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

Color convert

RGB222223212-
CMYK0.0000.050.13
HSL65.45º14.67%85.29%-
HSV(B)65.45º4.93%87.45%-
XYZ68.473.0672.78-
YUV221.45122.67128.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.79%
GREEN value IS 223 (87.5% from 255) = 33.94%
BLUE value IS 212 (83.20% from 255) = 32.27%
R=33.79%
G=33.94%
B=32.27%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222232120.0000.050.1365.4514.6785.29
HexDEDFD4005D41f55
Octal3363373240051510117125
Binary110111101101111111010100001011101100000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDFD4; }

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

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

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

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

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

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

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

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