#DDD2F7

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

Shades of Fog #DDD2F7

Tints of Fog #DDD2F7

Color information

#DDD2F7 (or 0xDDD2F7) is unknown color: approx Fog. HEX triplet: DD, D2 and F7. RGB value is (221,210,247). Sum of RGB (Red+Green+Blue) = 221+210+247=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 210 (82.42% from 255 or 30.97% from 678); Blue value is 247 (96.88% from 255 or 36.43% from 678); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDD2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD2F7 is #222D08. Grayscale: #D9D9D9. Windows color (decimal): -2239753 or 16241373. OLE color: 16241373.

HSL color Cylindrical-coordinate representation of color #DDD2F7: hue angle of 257.84º degrees, saturation: 0.7, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDD2F7 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221210247-
CMYK0.110.1500.03
HSL257.84º69.81%89.61%-
HSV(B)257.84º14.98%96.86%-
XYZ69.6568.1897.48-
YUV217.51144.64130.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.60%
GREEN value IS 210 (82.42% from 255) = 30.97%
BLUE value IS 247 (96.88% from 255) = 36.43%
R=32.60%
G=30.97%
B=36.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212102470.110.1500.03257.8469.8189.61
HexDDD2F7BF03102465a
Octal335322367131703402106132
Binary1101110111010010111101111011111101110000001010001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD2F7; }

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

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

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

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

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

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

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

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