#DDD3EC

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

Shades of Fog #DDD3EC

Tints of Fog #DDD3EC

Color information

#DDD3EC (or 0xDDD3EC) is unknown color: approx Fog. HEX triplet: DD, D3 and EC. RGB value is (221,211,236). Sum of RGB (Red+Green+Blue) = 221+211+236=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDD3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD3EC is #222C13. Grayscale: #D8D8D8. Windows color (decimal): -2239508 or 15520733. OLE color: 15520733.

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

Color convert

RGB221211236-
CMYK0.060.1100.07
HSL264º39.68%87.65%-
HSV(B)264º10.59%92.55%-
XYZ68.2568.0288.89-
YUV216.84138.81130.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.08%
GREEN value IS 211 (82.81% from 255) = 31.59%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=33.08%
G=31.59%
B=35.33%

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
Decimal2212112360.060.1100.0726439.6887.65
HexDDD3EC6B071082858
Octal3353233546130741050130
Binary110111011101001111101100110101101111000010001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD3EC; }

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

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

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

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

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

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

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

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