#DDD0F9

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

Shades of Fog #DDD0F9

Tints of Fog #DDD0F9

Color information

#DDD0F9 (or 0xDDD0F9) is unknown color: approx Fog. HEX triplet: DD, D0 and F9. RGB value is (221,208,249). Sum of RGB (Red+Green+Blue) = 221+208+249=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDD0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0F9 is #222F06. Grayscale: #D8D8D8. Windows color (decimal): -2240263 or 16371933. OLE color: 16371933.

HSL color Cylindrical-coordinate representation of color #DDD0F9: hue angle of 259.02º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDD0F9 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221208249-
CMYK0.110.1600.02
HSL259.02º77.36%89.61%-
HSV(B)259.02º16.47%97.65%-
XYZ69.4767.3298.96-
YUV216.56146.31131.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.60%
GREEN value IS 208 (81.64% from 255) = 30.68%
BLUE value IS 249 (97.66% from 255) = 36.73%
R=32.60%
G=30.68%
B=36.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212082490.110.1600.02259.0277.3689.61
HexDDD0F9B10021034d5a
Octal335320371132002403115132
Binary11011101110100001111100110111000001010000001110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0F9; }

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

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

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

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

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

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

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

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