#DED5F0

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

Shades of Fog #DED5F0

Tints of Fog #DED5F0

Color information

#DED5F0 (or 0xDED5F0) is unknown color: approx Fog. HEX triplet: DE, D5 and F0. RGB value is (222,213,240). Sum of RGB (Red+Green+Blue) = 222+213+240=675 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.89% from 675); Green value is 213 (83.59% from 255 or 31.56% from 675); Blue value is 240 (94.14% from 255 or 35.56% from 675); Max value from RGB is 240 - color contains mainly: blue. Hex color #DED5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED5F0 is #212A0F. Grayscale: #DADADA. Windows color (decimal): -2173456 or 15783390. OLE color: 15783390.

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

Color convert

RGB222213240-
CMYK0.080.1100.06
HSL260º47.37%88.82%-
HSV(B)260º11.25%94.12%-
XYZ69.6569.4192.16-
YUV218.77139.98130.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.89%
GREEN value IS 213 (83.59% from 255) = 31.56%
BLUE value IS 240 (94.14% from 255) = 35.56%
R=32.89%
G=31.56%
B=35.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222132400.080.1100.0626047.3788.82
HexDED5F08B061042f59
Octal33632536010130640457131
Binary1101111011010101111100001000101101101000001001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED5F0; }

 p { color: rgb(222,213,240); }

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

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

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

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

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

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

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