#DDD3ED

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

Shades of Fog #DDD3ED

Tints of Fog #DDD3ED

Color information

#DDD3ED (or 0xDDD3ED) is unknown color: approx Fog. HEX triplet: DD, D3 and ED. RGB value is (221,211,237). Sum of RGB (Red+Green+Blue) = 221+211+237=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 211 (82.81% from 255 or 31.54% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDD3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD3ED is #222C12. Grayscale: #D8D8D8. Windows color (decimal): -2239507 or 15586269. OLE color: 15586269.

HSL color Cylindrical-coordinate representation of color #DDD3ED: hue angle of 263.08º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDD3ED is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221211237-
CMYK0.070.1100.07
HSL263.08º41.94%87.84%-
HSV(B)263.08º10.97%92.94%-
XYZ68.468.0889.66-
YUV216.95139.31130.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.03%
GREEN value IS 211 (82.81% from 255) = 31.54%
BLUE value IS 237 (92.97% from 255) = 35.43%
R=33.03%
G=31.54%
B=35.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212112370.070.1100.07263.0841.9487.84
HexDDD3ED7B071072a58
Octal3353233557130740752130
Binary110111011101001111101101111101101111000001111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD3ED; }

 p { color: rgb(221,211,237); }

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

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

 a { background-color: rgb(221,211,237); }

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

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

 span { border-color: rgb(221,211,237); }

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