#DDD5ED

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

Shades of Fog #DDD5ED

Tints of Fog #DDD5ED

Color information

#DDD5ED (or 0xDDD5ED) is unknown color: approx Fog. HEX triplet: DD, D5 and ED. RGB value is (221,213,237). Sum of RGB (Red+Green+Blue) = 221+213+237=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 213 (83.59% from 255 or 31.74% 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 #DDD5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5ED is #222A12. Grayscale: #DADADA. Windows color (decimal): -2238995 or 15586781. OLE color: 15586781.

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

Color convert

RGB221213237-
CMYK0.070.1000.07
HSL260º40%88.24%-
HSV(B)260º10.13%92.94%-
XYZ68.969.0889.82-
YUV218.13138.65130.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.94%
GREEN value IS 213 (83.59% from 255) = 31.74%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=32.94%
G=31.74%
B=35.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212132370.070.1000.072604088.24
HexDDD5ED7A071042858
Octal3353253557120740450130
Binary110111011101010111101101111101001111000001001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD5ED; }

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

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

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

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

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

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

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

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