#DDD6EC

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

Shades of Fog #DDD6EC

Tints of Fog #DDD6EC

Color information

#DDD6EC (or 0xDDD6EC) is unknown color: approx Fog. HEX triplet: DD, D6 and EC. RGB value is (221,214,236). Sum of RGB (Red+Green+Blue) = 221+214+236=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDD6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6EC is #222913. Grayscale: #DADADA. Windows color (decimal): -2238740 or 15521501. OLE color: 15521501.

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

Color convert

RGB221214236-
CMYK0.060.0900.07
HSL259.09º36.67%88.24%-
HSV(B)259.09º9.32%92.55%-
XYZ69.0169.5289.14-
YUV218.6137.82129.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.94%
GREEN value IS 214 (83.98% from 255) = 31.89%
BLUE value IS 236 (92.58% from 255) = 35.17%
R=32.94%
G=31.89%
B=35.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212142360.060.0900.07259.0936.6788.24
HexDDD6EC69071032558
Octal3353263546110740345130
Binary110111011101011011101100110100101111000000111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD6EC; }

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

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

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

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

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

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

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

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