#DDD0ED

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

Shades of Fog #DDD0ED

Tints of Fog #DDD0ED

Color information

#DDD0ED (or 0xDDD0ED) is unknown color: approx Fog. HEX triplet: DD, D0 and ED. RGB value is (221,208,237). Sum of RGB (Red+Green+Blue) = 221+208+237=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 208 (81.64% from 255 or 31.23% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDD0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0ED is #222F12. Grayscale: #D7D7D7. Windows color (decimal): -2240275 or 15585501. OLE color: 15585501.

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

Color convert

RGB221208237-
CMYK0.070.1200.07
HSL266.9º44.62%87.25%-
HSV(B)266.9º12.24%92.94%-
XYZ67.6666.689.41-
YUV215.19140.31132.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.18%
GREEN value IS 208 (81.64% from 255) = 31.23%
BLUE value IS 237 (92.97% from 255) = 35.59%
R=33.18%
G=31.23%
B=35.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212082370.070.1200.07266.944.6287.25
HexDDD0ED7C0710b2d57
Octal3353203557140741355127
Binary110111011101000011101101111110001111000010111011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0ED; }

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

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

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

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

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

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

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

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