#DDD4EE

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

Shades of Fog #DDD4EE

Tints of Fog #DDD4EE

Color information

#DDD4EE (or 0xDDD4EE) is unknown color: approx Fog. HEX triplet: DD, D4 and EE. RGB value is (221,212,238). Sum of RGB (Red+Green+Blue) = 221+212+238=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDD4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD4EE is #222B11. Grayscale: #D9D9D9. Windows color (decimal): -2239250 or 15652061. OLE color: 15652061.

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

Color convert

RGB221212238-
CMYK0.070.1100.07
HSL260.77º43.33%88.24%-
HSV(B)260.77º10.92%93.33%-
XYZ68.7968.6390.51-
YUV217.65139.48130.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.94%
GREEN value IS 212 (83.20% from 255) = 31.59%
BLUE value IS 238 (93.36% from 255) = 35.47%
R=32.94%
G=31.59%
B=35.47%

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
Decimal2212122380.070.1100.07260.7743.3388.24
HexDDD4EE7B071052b58
Octal3353243567130740553130
Binary110111011101010011101110111101101111000001011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD4EE; }

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

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

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

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

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

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

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

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