#DDD1EC

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

Shades of Fog #DDD1EC

Tints of Fog #DDD1EC

Color information

#DDD1EC (or 0xDDD1EC) is unknown color: approx Fog. HEX triplet: DD, D1 and EC. RGB value is (221,209,236). Sum of RGB (Red+Green+Blue) = 221+209+236=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 209 (82.03% from 255 or 31.38% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDD1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD1EC is #222E13. Grayscale: #D7D7D7. Windows color (decimal): -2240020 or 15520221. OLE color: 15520221.

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

Color convert

RGB221209236-
CMYK0.060.1100.07
HSL266.67º41.54%87.25%-
HSV(B)266.67º11.44%92.55%-
XYZ67.7667.0388.72-
YUV215.67139.48131.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.18%
GREEN value IS 209 (82.03% from 255) = 31.38%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=33.18%
G=31.38%
B=35.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212092360.060.1100.07266.6741.5487.25
HexDDD1EC6B0710b2a57
Octal3353213546130741352127
Binary110111011101000111101100110101101111000010111010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1EC; }

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

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

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

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

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

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

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

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