#DED1EC

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

Shades of Fog #DED1EC

Tints of Fog #DED1EC

Color information

#DED1EC (or 0xDED1EC) is unknown color: approx Fog. HEX triplet: DE, D1 and EC. RGB value is (222,209,236). Sum of RGB (Red+Green+Blue) = 222+209+236=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 209 (82.03% from 255 or 31.33% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #DED1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED1EC is #212E13. Grayscale: #D7D7D7. Windows color (decimal): -2174484 or 15520222. OLE color: 15520222.

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

Color convert

RGB222209236-
CMYK0.060.1100.07
HSL268.89º41.54%87.25%-
HSV(B)268.89º11.44%92.55%-
XYZ68.0667.1988.74-
YUV215.96139.31132.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.28%
GREEN value IS 209 (82.03% from 255) = 31.33%
BLUE value IS 236 (92.58% from 255) = 35.38%
R=33.28%
G=31.33%
B=35.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222092360.060.1100.07268.8941.5487.25
HexDED1EC6B0710d2a57
Octal3363213546130741552127
Binary110111101101000111101100110101101111000011011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED1EC; }

 p { color: rgb(222,209,236); }

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

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

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

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

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

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

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