#DED3ED

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

Shades of Fog #DED3ED

Tints of Fog #DED3ED

Color information

#DED3ED (or 0xDED3ED) is unknown color: approx Fog. HEX triplet: DE, D3 and ED. RGB value is (222,211,237). Sum of RGB (Red+Green+Blue) = 222+211+237=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 211 (82.81% from 255 or 31.49% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #DED3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED3ED is #212C12. Grayscale: #D9D9D9. Windows color (decimal): -2173971 or 15586270. OLE color: 15586270.

HSL color Cylindrical-coordinate representation of color #DED3ED: hue angle of 265.38º degrees, saturation: 0.42, 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 #DED3ED is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222211237-
CMYK0.060.1100.07
HSL265.38º41.94%87.84%-
HSV(B)265.38º10.97%92.94%-
XYZ68.768.2389.67-
YUV217.25139.14131.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.13%
GREEN value IS 211 (82.81% from 255) = 31.49%
BLUE value IS 237 (92.97% from 255) = 35.37%
R=33.13%
G=31.49%
B=35.37%

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
Decimal2222112370.060.1100.07265.3841.9487.84
HexDED3ED6B071092a58
Octal3363233556130741152130
Binary110111101101001111101101110101101111000010011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED3ED; }

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

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

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

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

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

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

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

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