#DEDEDB

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

Shades of Snow Drift #DEDEDB

Tints of Snow Drift #DEDEDB

Color information

#DEDEDB (or 0xDEDEDB) is unknown color: approx Snow Drift. HEX triplet: DE, DE and DB. RGB value is (222,222,219). Sum of RGB (Red+Green+Blue) = 222+222+219=663 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.48% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDEDB is #212124. Grayscale: #DDDDDD. Windows color (decimal): -2171173 or 14409438. OLE color: 14409438.

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

Color convert

RGB222222219-
CMYK000.010.13
HSL60º4.35%86.47%-
HSV(B)60º1.35%87.06%-
XYZ69.0372.8977.45-
YUV221.66126.5128.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.48%
GREEN value IS 222 (87.11% from 255) = 33.48%
BLUE value IS 219 (85.94% 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
Decimal222222219000.010.13604.3586.47
HexDEDEDB001D3c456
Octal33633633300115744126
Binary11011110110111101101101100111011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDEDB; }

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

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

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

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

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

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

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

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