#DED4EB

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

Shades of Fog #DED4EB

Tints of Fog #DED4EB

Color information

#DED4EB (or 0xDED4EB) is unknown color: approx Fog. HEX triplet: DE, D4 and EB. RGB value is (222,212,235). Sum of RGB (Red+Green+Blue) = 222+212+235=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 212 (83.20% from 255 or 31.69% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #DED4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED4EB is #212B14. Grayscale: #D9D9D9. Windows color (decimal): -2173717 or 15455454. OLE color: 15455454.

HSL color Cylindrical-coordinate representation of color #DED4EB: hue angle of 266.09º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DED4EB is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222212235-
CMYK0.060.1000.08
HSL266.09º36.51%87.65%-
HSV(B)266.09º9.79%92.16%-
XYZ68.6668.6188.22-
YUV217.61137.81131.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.18%
GREEN value IS 212 (83.20% from 255) = 31.69%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=33.18%
G=31.69%
B=35.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222122350.060.1000.08266.0936.5187.65
HexDED4EB6A0810a2558
Octal33632435361201041245130
Binary1101111011010100111010111101010010001000010101001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED4EB; }

 p { color: rgb(222,212,235); }

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

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

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

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

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

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

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