#DDD1F4

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

Shades of Fog #DDD1F4

Tints of Fog #DDD1F4

Color information

#DDD1F4 (or 0xDDD1F4) is unknown color: approx Fog. HEX triplet: DD, D1 and F4. RGB value is (221,209,244). Sum of RGB (Red+Green+Blue) = 221+209+244=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 209 (82.03% from 255 or 31.01% from 674); Blue value is 244 (95.70% from 255 or 36.20% from 674); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDD1F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD1F4 is #222E0B. Grayscale: #D8D8D8. Windows color (decimal): -2240012 or 16044509. OLE color: 16044509.

HSL color Cylindrical-coordinate representation of color #DDD1F4: hue angle of 260.57º degrees, saturation: 0.61, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDD1F4 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221209244-
CMYK0.090.1400.04
HSL260.57º61.4%88.82%-
HSV(B)260.57º14.34%95.69%-
XYZ68.9567.594.98-
YUV216.58143.48131.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.79%
GREEN value IS 209 (82.03% from 255) = 31.01%
BLUE value IS 244 (95.70% from 255) = 36.20%
R=32.79%
G=31.01%
B=36.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212092440.090.1400.04260.5761.488.82
HexDDD1F49E041053d59
Octal33532136411160440575131
Binary1101110111010001111101001001111001001000001011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1F4; }

 p { color: rgb(221,209,244); }

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

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

 a { background-color: rgb(221,209,244); }

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

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

 span { border-color: rgb(221,209,244); }

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