#DEDBE5

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

Shades of Fog #DEDBE5

Tints of Fog #DEDBE5

Color information

#DEDBE5 (or 0xDEDBE5) is unknown color: approx Fog. HEX triplet: DE, DB and E5. RGB value is (222,219,229). Sum of RGB (Red+Green+Blue) = 222+219+229=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEDBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBE5 is #21241A. Grayscale: #DCDCDC. Windows color (decimal): -2171931 or 15064030. OLE color: 15064030.

HSL color Cylindrical-coordinate representation of color #DEDBE5: hue angle of 258º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEDBE5 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222219229-
CMYK0.030.0400.10
HSL258º16.13%87.84%-
HSV(B)258º4.37%89.8%-
XYZ69.671.8584.33-
YUV221.04132.49128.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.13%
GREEN value IS 219 (85.94% from 255) = 32.69%
BLUE value IS 229 (89.84% from 255) = 34.18%
R=33.13%
G=32.69%
B=34.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222192290.030.0400.1025816.1387.84
HexDEDBE5340A1021058
Octal3363333453401240220130
Binary1101111011011011111001011110001010100000010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDBE5; }

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

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

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

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

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

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

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

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