#DDD1ED

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

Shades of Fog #DDD1ED

Tints of Fog #DDD1ED

Color information

#DDD1ED (or 0xDDD1ED) is unknown color: approx Fog. HEX triplet: DD, D1 and ED. RGB value is (221,209,237). Sum of RGB (Red+Green+Blue) = 221+209+237=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 209 (82.03% from 255 or 31.33% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDD1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD1ED is #222E12. Grayscale: #D7D7D7. Windows color (decimal): -2240019 or 15585757. OLE color: 15585757.

HSL color Cylindrical-coordinate representation of color #DDD1ED: hue angle of 265.71º 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 #DDD1ED is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221209237-
CMYK0.070.1200.07
HSL265.71º43.75%87.45%-
HSV(B)265.71º11.81%92.94%-
XYZ67.9167.0989.49-
YUV215.78139.98131.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.13%
GREEN value IS 209 (82.03% from 255) = 31.33%
BLUE value IS 237 (92.97% from 255) = 35.53%
R=33.13%
G=31.33%
B=35.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212092370.070.1200.07265.7143.7587.45
HexDDD1ED7C0710a2c57
Octal3353213557140741254127
Binary110111011101000111101101111110001111000010101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1ED; }

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

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

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

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

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

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

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

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