#DFE0D2

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

Shades of Snow Drift #DFE0D2

Tints of Snow Drift #DFE0D2

Color information

#DFE0D2 (or 0xDFE0D2) is unknown color: approx Snow Drift. HEX triplet: DF, E0 and D2. RGB value is (223,224,210). Sum of RGB (Red+Green+Blue) = 223+224+210=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 224 (87.89% from 255 or 34.09% from 657); Blue value is 210 (82.42% from 255 or 31.96% from 657); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0D2 is #201F2D. Grayscale: #DEDEDE. Windows color (decimal): -2105134 or 13820127. OLE color: 13820127.

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

Color convert

RGB223224210-
CMYK0.0000.060.12
HSL64.29º18.42%85.1%-
HSV(B)64.29º6.25%87.84%-
XYZ68.7273.6571.57-
YUV222.1121.17128.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.94%
GREEN value IS 224 (87.89% from 255) = 34.09%
BLUE value IS 210 (82.42% from 255) = 31.96%
R=33.94%
G=34.09%
B=31.96%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232242100.0000.060.1264.2918.4285.1
HexDFE0D2006C401255
Octal3373403220061410022125
Binary1101111111100000110100100011011001000000100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0D2; }

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

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

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

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

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

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

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

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