#DFDFDB

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

Shades of Snow Drift #DFDFDB

Tints of Snow Drift #DFDFDB

Color information

#DFDFDB (or 0xDFDFDB) is unknown color: approx Snow Drift. HEX triplet: DF, DF and DB. RGB value is (223,223,219). Sum of RGB (Red+Green+Blue) = 223+223+219=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFDB is #202024. Grayscale: #DEDEDE. Windows color (decimal): -2105381 or 14409695. OLE color: 14409695.

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

Color convert

RGB223223219-
CMYK000.020.13
HSL60º5.88%86.67%-
HSV(B)60º1.79%87.45%-
XYZ69.6173.5877.55-
YUV222.54126128.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.53%
GREEN value IS 223 (87.5% from 255) = 33.53%
BLUE value IS 219 (85.94% from 255) = 32.93%
R=33.53%
G=33.53%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223223219000.020.13605.8886.67
HexDFDFDB002D3c657
Octal33733733300215746127
Binary110111111101111111011011001011011111001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFDB; }

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

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

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

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

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

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

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

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