#DED4ED

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

Shades of Fog #DED4ED

Tints of Fog #DED4ED

Color information

#DED4ED (or 0xDED4ED) is unknown color: approx Fog. HEX triplet: DE, D4 and ED. RGB value is (222,212,237). Sum of RGB (Red+Green+Blue) = 222+212+237=671 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.08% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #DED4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED4ED is #212B12. Grayscale: #D9D9D9. Windows color (decimal): -2173715 or 15586526. OLE color: 15586526.

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

Color convert

RGB222212237-
CMYK0.060.1100.07
HSL264º40.98%88.04%-
HSV(B)264º10.55%92.94%-
XYZ68.9568.7389.75-
YUV217.84138.81130.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.08%
GREEN value IS 212 (83.20% from 255) = 31.59%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=33.08%
G=31.59%
B=35.32%

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
Decimal2222122370.060.1100.0726440.9888.04
HexDED4ED6B071082958
Octal3363243556130741051130
Binary110111101101010011101101110101101111000010001010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED4ED; }

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

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

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

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

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

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

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

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