#DDD5EE

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

Shades of Fog #DDD5EE

Tints of Fog #DDD5EE

Color information

#DDD5EE (or 0xDDD5EE) is unknown color: approx Fog. HEX triplet: DD, D5 and EE. RGB value is (221,213,238). Sum of RGB (Red+Green+Blue) = 221+213+238=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDD5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5EE is #222A11. Grayscale: #DADADA. Windows color (decimal): -2238994 or 15652317. OLE color: 15652317.

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

Color convert

RGB221213238-
CMYK0.070.1100.07
HSL259.2º42.37%88.43%-
HSV(B)259.2º10.5%93.33%-
XYZ69.0569.1390.59-
YUV218.24139.15129.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.89%
GREEN value IS 213 (83.59% from 255) = 31.70%
BLUE value IS 238 (93.36% from 255) = 35.42%
R=32.89%
G=31.70%
B=35.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212132380.070.1100.07259.242.3788.43
HexDDD5EE7B071032a58
Octal3353253567130740352130
Binary110111011101010111101110111101101111000000111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD5EE; }

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

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

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

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

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

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

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

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