#DDD5EC

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

Shades of Fog #DDD5EC

Tints of Fog #DDD5EC

Color information

#DDD5EC (or 0xDDD5EC) is unknown color: approx Fog. HEX triplet: DD, D5 and EC. RGB value is (221,213,236). Sum of RGB (Red+Green+Blue) = 221+213+236=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDD5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5EC is #222A13. Grayscale: #D9D9D9. Windows color (decimal): -2238996 or 15521245. OLE color: 15521245.

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

Color convert

RGB221213236-
CMYK0.060.1000.07
HSL260.87º37.7%88.04%-
HSV(B)260.87º9.75%92.55%-
XYZ68.7569.0289.05-
YUV218.01138.15130.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.99%
GREEN value IS 213 (83.59% from 255) = 31.79%
BLUE value IS 236 (92.58% from 255) = 35.22%
R=32.99%
G=31.79%
B=35.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212132360.060.1000.07260.8737.788.04
HexDDD5EC6A071052658
Octal3353253546120740546130
Binary110111011101010111101100110101001111000001011001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD5EC; }

 p { color: rgb(221,213,236); }

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

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

 a { background-color: rgb(221,213,236); }

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

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

 span { border-color: rgb(221,213,236); }

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