#DDD4F5

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

Shades of Fog #DDD4F5

Tints of Fog #DDD4F5

Color information

#DDD4F5 (or 0xDDD4F5) is unknown color: approx Fog. HEX triplet: DD, D4 and F5. RGB value is (221,212,245). Sum of RGB (Red+Green+Blue) = 221+212+245=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 212 (83.20% from 255 or 31.27% from 678); Blue value is 245 (96.09% from 255 or 36.14% from 678); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDD4F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD4F5 is #222B0A. Grayscale: #DADADA. Windows color (decimal): -2239243 or 16110813. OLE color: 16110813.

HSL color Cylindrical-coordinate representation of color #DDD4F5: hue angle of 256.36º degrees, saturation: 0.62, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDD4F5 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221212245-
CMYK0.100.1300.04
HSL256.36º62.26%89.61%-
HSV(B)256.36º13.47%96.08%-
XYZ69.8469.0596.03-
YUV218.45142.98129.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.60%
GREEN value IS 212 (83.20% from 255) = 31.27%
BLUE value IS 245 (96.09% from 255) = 36.14%
R=32.60%
G=31.27%
B=36.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212122450.100.1300.04256.3662.2689.61
HexDDD4F5AD041003e5a
Octal33532436512150440076132
Binary1101110111010100111101011010110101001000000001111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD4F5; }

 p { color: rgb(221,212,245); }

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

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

 a { background-color: rgb(221,212,245); }

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

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

 span { border-color: rgb(221,212,245); }

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