#DED1ED

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

Shades of Fog #DED1ED

Tints of Fog #DED1ED

Color information

#DED1ED (or 0xDED1ED) is unknown color: approx Fog. HEX triplet: DE, D1 and ED. RGB value is (222,209,237). Sum of RGB (Red+Green+Blue) = 222+209+237=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 237 - color contains mainly: blue. Hex color #DED1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED1ED is #212E12. Grayscale: #D7D7D7. Windows color (decimal): -2174483 or 15585758. OLE color: 15585758.

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

Color convert

RGB222209237-
CMYK0.060.1200.07
HSL267.86º43.75%87.45%-
HSV(B)267.86º11.81%92.94%-
XYZ68.2167.2489.51-
YUV216.08139.81132.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.23%
GREEN value IS 209 (82.03% from 255) = 31.29%
BLUE value IS 237 (92.97% from 255) = 35.48%
R=33.23%
G=31.29%
B=35.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222092370.060.1200.07267.8643.7587.45
HexDED1ED6C0710c2c57
Octal3363213556140741454127
Binary110111101101000111101101110110001111000011001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED1ED; }

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

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

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

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

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

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

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

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