#DDD0F2

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

Shades of Fog #DDD0F2

Tints of Fog #DDD0F2

Color information

#DDD0F2 (or 0xDDD0F2) is unknown color: approx Fog. HEX triplet: DD, D0 and F2. RGB value is (221,208,242). Sum of RGB (Red+Green+Blue) = 221+208+242=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 208 (81.64% from 255 or 31.00% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDD0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0F2 is #222F0D. Grayscale: #D7D7D7. Windows color (decimal): -2240270 or 15913181. OLE color: 15913181.

HSL color Cylindrical-coordinate representation of color #DDD0F2: hue angle of 262.94º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDD0F2 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221208242-
CMYK0.090.1400.05
HSL262.94º56.67%88.24%-
HSV(B)262.94º14.05%94.9%-
XYZ68.466.8993.31-
YUV215.76142.81131.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.94%
GREEN value IS 208 (81.64% from 255) = 31.00%
BLUE value IS 242 (94.92% from 255) = 36.07%
R=32.94%
G=31.00%
B=36.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212082420.090.1400.05262.9456.6788.24
HexDDD0F29E051073958
Octal33532036211160540771130
Binary1101110111010000111100101001111001011000001111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0F2; }

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

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

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

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

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

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

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

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