#DDD0EE

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

Shades of Fog #DDD0EE

Tints of Fog #DDD0EE

Color information

#DDD0EE (or 0xDDD0EE) is unknown color: approx Fog. HEX triplet: DD, D0 and EE. RGB value is (221,208,238). Sum of RGB (Red+Green+Blue) = 221+208+238=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDD0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0EE is #222F11. Grayscale: #D7D7D7. Windows color (decimal): -2240274 or 15651037. OLE color: 15651037.

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

Color convert

RGB221208238-
CMYK0.070.1300.07
HSL266º46.87%87.45%-
HSV(B)266º12.61%93.33%-
XYZ67.8166.6690.18-
YUV215.31140.81132.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.13%
GREEN value IS 208 (81.64% from 255) = 31.18%
BLUE value IS 238 (93.36% from 255) = 35.68%
R=33.13%
G=31.18%
B=35.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212082380.070.1300.0726646.8787.45
HexDDD0EE7D0710a2f57
Octal3353203567150741257127
Binary110111011101000011101110111110101111000010101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0EE; }

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

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

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

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

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

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

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

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