#DDD5E9

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

Shades of Fog #DDD5E9

Tints of Fog #DDD5E9

Color information

#DDD5E9 (or 0xDDD5E9) is unknown color: approx Fog. HEX triplet: DD, D5 and E9. RGB value is (221,213,233). Sum of RGB (Red+Green+Blue) = 221+213+233=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 213 (83.59% from 255 or 31.93% from 667); Blue value is 233 (91.41% from 255 or 34.93% from 667); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDD5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5E9 is #222A16. Grayscale: #D9D9D9. Windows color (decimal): -2238999 or 15324637. OLE color: 15324637.

HSL color Cylindrical-coordinate representation of color #DDD5E9: hue angle of 264º degrees, saturation: 0.31, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDD5E9 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221213233-
CMYK0.050.0900.09
HSL264º31.25%87.45%-
HSV(B)264º8.58%91.37%-
XYZ68.3268.8486.78-
YUV217.67136.65130.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.13%
GREEN value IS 213 (83.59% from 255) = 31.93%
BLUE value IS 233 (91.41% from 255) = 34.93%
R=33.13%
G=31.93%
B=34.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212132330.050.0900.0926431.2587.45
HexDDD5E959091081f57
Octal33532535151101141037127
Binary110111011101010111101001101100101001100001000111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD5E9; }

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

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

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

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

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

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

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

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