#DEDBE4

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

Shades of Fog #DEDBE4

Tints of Fog #DEDBE4

Color information

#DEDBE4 (or 0xDEDBE4) is unknown color: approx Fog. HEX triplet: DE, DB and E4. RGB value is (222,219,228). Sum of RGB (Red+Green+Blue) = 222+219+228=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEDBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBE4 is #21241B. Grayscale: #DCDCDC. Windows color (decimal): -2171932 or 14998494. OLE color: 14998494.

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

Color convert

RGB222219228-
CMYK0.030.0400.11
HSL260º14.29%87.65%-
HSV(B)260º3.95%89.41%-
XYZ69.4671.7983.6-
YUV220.92131.99128.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.18%
GREEN value IS 219 (85.94% from 255) = 32.74%
BLUE value IS 228 (89.45% from 255) = 34.08%
R=33.18%
G=32.74%
B=34.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222192280.030.0400.1126014.2987.65
HexDEDBE4340B104e58
Octal3363333443401340416130
Binary110111101101101111100100111000101110000010011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDBE4; }

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

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

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

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

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

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

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

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