#DDD0EC

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

Shades of Fog #DDD0EC

Tints of Fog #DDD0EC

Color information

#DDD0EC (or 0xDDD0EC) is unknown color: approx Fog. HEX triplet: DD, D0 and EC. RGB value is (221,208,236). Sum of RGB (Red+Green+Blue) = 221+208+236=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDD0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0EC is #222F13. Grayscale: #D6D6D6. Windows color (decimal): -2240276 or 15519965. OLE color: 15519965.

HSL color Cylindrical-coordinate representation of color #DDD0EC: hue angle of 267.86º degrees, saturation: 0.42, 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 #DDD0EC is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221208236-
CMYK0.060.1200.07
HSL267.86º42.42%87.06%-
HSV(B)267.86º11.86%92.55%-
XYZ67.5166.5488.64-
YUV215.08139.81132.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.23%
GREEN value IS 208 (81.64% from 255) = 31.28%
BLUE value IS 236 (92.58% from 255) = 35.49%
R=33.23%
G=31.28%
B=35.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212082360.060.1200.07267.8642.4287.06
HexDDD0EC6C0710c2a57
Octal3353203546140741452127
Binary110111011101000011101100110110001111000011001010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0EC; }

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

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

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

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

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

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

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

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