#DDD6F0

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

Shades of Fog #DDD6F0

Tints of Fog #DDD6F0

Color information

#DDD6F0 (or 0xDDD6F0) is unknown color: approx Fog. HEX triplet: DD, D6 and F0. RGB value is (221,214,240). Sum of RGB (Red+Green+Blue) = 221+214+240=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 214 (83.98% from 255 or 31.70% from 675); Blue value is 240 (94.14% from 255 or 35.56% from 675); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDD6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6F0 is #22290F. Grayscale: #DADADA. Windows color (decimal): -2238736 or 15783645. OLE color: 15783645.

HSL color Cylindrical-coordinate representation of color #DDD6F0: hue angle of 256.15º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDD6F0 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB221214240-
CMYK0.080.1100.06
HSL256.15º46.43%89.02%-
HSV(B)256.15º10.83%94.12%-
XYZ69.5969.7692.23-
YUV219.06139.82129.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.74%
GREEN value IS 214 (83.98% from 255) = 31.70%
BLUE value IS 240 (94.14% from 255) = 35.56%
R=32.74%
G=31.70%
B=35.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212142400.080.1100.06256.1546.4389.02
HexDDD6F08B061002e59
Octal33532636010130640056131
Binary1101110111010110111100001000101101101000000001011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD6F0; }

 p { color: rgb(221,214,240); }

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

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

 a { background-color: rgb(221,214,240); }

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

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

 span { border-color: rgb(221,214,240); }

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