#DDD7EC

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

Shades of Fog #DDD7EC

Tints of Fog #DDD7EC

Color information

#DDD7EC (or 0xDDD7EC) is unknown color: approx Fog. HEX triplet: DD, D7 and EC. RGB value is (221,215,236). Sum of RGB (Red+Green+Blue) = 221+215+236=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 215 (84.38% from 255 or 31.99% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDD7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7EC is #222813. Grayscale: #DBDBDB. Windows color (decimal): -2238484 or 15521757. OLE color: 15521757.

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

Color convert

RGB221215236-
CMYK0.060.0900.07
HSL257.14º35.59%88.43%-
HSV(B)257.14º8.9%92.55%-
XYZ69.2670.0389.22-
YUV219.19137.49129.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.89%
GREEN value IS 215 (84.38% from 255) = 31.99%
BLUE value IS 236 (92.58% from 255) = 35.12%
R=32.89%
G=31.99%
B=35.12%

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
Decimal2212152360.060.0900.07257.1435.5988.43
HexDDD7EC69071012458
Octal3353273546110740144130
Binary110111011101011111101100110100101111000000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7EC; }

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

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

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

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

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

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

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

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