#DDDCE0

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

Shades of Fog #DDDCE0

Tints of Fog #DDDCE0

Color information

#DDDCE0 (or 0xDDDCE0) is unknown color: approx Fog. HEX triplet: DD, DC and E0. RGB value is (221,220,224). Sum of RGB (Red+Green+Blue) = 221+220+224=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDDCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCE0 is #22231F. Grayscale: #DCDCDC. Windows color (decimal): -2237216 or 14736605. OLE color: 14736605.

HSL color Cylindrical-coordinate representation of color #DDDCE0: hue angle of 255º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DDDCE0 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221220224-
CMYK0.010.0200.12
HSL255º6.06%87.06%-
HSV(B)255º1.79%87.84%-
XYZ68.8771.9480.78-
YUV220.76129.83128.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.23%
GREEN value IS 220 (86.33% from 255) = 33.08%
BLUE value IS 224 (87.89% from 255) = 33.68%
R=33.23%
G=33.08%
B=33.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212202240.010.0200.122556.0687.06
HexDDDCE0120Cff657
Octal335334340120143776127
Binary11011101110111001110000011001100111111111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCE0; }

 p { color: rgb(221,220,224); }

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

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

 a { background-color: rgb(221,220,224); }

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

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

 span { border-color: rgb(221,220,224); }

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