#DFDFDC

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

Shades of Snow Drift #DFDFDC

Tints of Snow Drift #DFDFDC

Color information

#DFDFDC (or 0xDFDFDC) is unknown color: approx Snow Drift. HEX triplet: DF, DF and DC. RGB value is (223,223,220). Sum of RGB (Red+Green+Blue) = 223+223+220=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFDC is #202023. Grayscale: #DEDEDE. Windows color (decimal): -2105380 or 14475231. OLE color: 14475231.

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

Color convert

RGB223223220-
CMYK000.010.13
HSL60º4.48%86.86%-
HSV(B)60º1.35%87.45%-
XYZ69.7473.6378.25-
YUV222.66126.5128.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.48%
GREEN value IS 223 (87.5% from 255) = 33.48%
BLUE value IS 220 (86.33% from 255) = 33.03%
R=33.48%
G=33.48%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223223220000.010.13604.4886.86
HexDFDFDC001D3c457
Octal33733733400115744127
Binary11011111110111111101110000111011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFDC; }

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

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

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

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

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

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

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

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