#DDD0F4

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

Shades of Fog #DDD0F4

Tints of Fog #DDD0F4

Color information

#DDD0F4 (or 0xDDD0F4) is unknown color: approx Fog. HEX triplet: DD, D0 and F4. RGB value is (221,208,244). Sum of RGB (Red+Green+Blue) = 221+208+244=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 208 (81.64% from 255 or 30.91% from 673); Blue value is 244 (95.70% from 255 or 36.26% from 673); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDD0F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0F4 is #222F0B. Grayscale: #D7D7D7. Windows color (decimal): -2240268 or 16044253. OLE color: 16044253.

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

Color convert

RGB221208244-
CMYK0.090.1500.04
HSL261.67º62.07%88.63%-
HSV(B)261.67º14.75%95.69%-
XYZ68.767.0294.9-
YUV215.99143.81131.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.84%
GREEN value IS 208 (81.64% from 255) = 30.91%
BLUE value IS 244 (95.70% from 255) = 36.26%
R=32.84%
G=30.91%
B=36.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212082440.090.1500.04261.6762.0788.63
HexDDD0F49F041063e59
Octal33532036411170440676131
Binary1101110111010000111101001001111101001000001101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0F4; }

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

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

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

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

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

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

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

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