#DDD1EE

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

Shades of Fog #DDD1EE

Tints of Fog #DDD1EE

Color information

#DDD1EE (or 0xDDD1EE) is unknown color: approx Fog. HEX triplet: DD, D1 and EE. RGB value is (221,209,238). Sum of RGB (Red+Green+Blue) = 221+209+238=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDD1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD1EE is #222E11. Grayscale: #D7D7D7. Windows color (decimal): -2240018 or 15651293. OLE color: 15651293.

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

Color convert

RGB221209238-
CMYK0.070.1200.07
HSL264.83º46.03%87.65%-
HSV(B)264.83º12.18%93.33%-
XYZ68.0567.1590.26-
YUV215.89140.48131.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.08%
GREEN value IS 209 (82.03% from 255) = 31.29%
BLUE value IS 238 (93.36% from 255) = 35.63%
R=33.08%
G=31.29%
B=35.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212092380.070.1200.07264.8346.0387.65
HexDDD1EE7C071092e58
Octal3353213567140741156130
Binary110111011101000111101110111110001111000010011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1EE; }

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

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

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

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

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

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

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

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