#DDD2F0

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

Shades of Fog #DDD2F0

Tints of Fog #DDD2F0

Color information

#DDD2F0 (or 0xDDD2F0) is unknown color: approx Fog. HEX triplet: DD, D2 and F0. RGB value is (221,210,240). Sum of RGB (Red+Green+Blue) = 221+210+240=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 210 (82.42% from 255 or 31.30% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDD2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD2F0 is #222D0F. Grayscale: #D8D8D8. Windows color (decimal): -2239760 or 15782621. OLE color: 15782621.

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

Color convert

RGB221210240-
CMYK0.080.1200.06
HSL262º50%88.24%-
HSV(B)262º12.5%94.12%-
XYZ68.5967.7691.9-
YUV216.71141.14131.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.94%
GREEN value IS 210 (82.42% from 255) = 31.30%
BLUE value IS 240 (94.14% from 255) = 35.77%
R=32.94%
G=31.30%
B=35.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212102400.080.1200.062625088.24
HexDDD2F08C061063258
Octal33532236010140640662130
Binary1101110111010010111100001000110001101000001101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD2F0; }

 p { color: rgb(221,210,240); }

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

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

 a { background-color: rgb(221,210,240); }

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

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

 span { border-color: rgb(221,210,240); }

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