#DDD3EA

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

Shades of Fog #DDD3EA

Tints of Fog #DDD3EA

Color information

#DDD3EA (or 0xDDD3EA) is unknown color: approx Fog. HEX triplet: DD, D3 and EA. RGB value is (221,211,234). Sum of RGB (Red+Green+Blue) = 221+211+234=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 211 (82.81% from 255 or 31.68% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDD3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD3EA is #222C15. Grayscale: #D8D8D8. Windows color (decimal): -2239510 or 15389661. OLE color: 15389661.

HSL color Cylindrical-coordinate representation of color #DDD3EA: hue angle of 266.09º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD3EA is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221211234-
CMYK0.060.1000.08
HSL266.09º35.38%87.25%-
HSV(B)266.09º9.83%91.76%-
XYZ67.9667.987.37-
YUV216.61137.81131.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.18%
GREEN value IS 211 (82.81% from 255) = 31.68%
BLUE value IS 234 (91.80% from 255) = 35.14%
R=33.18%
G=31.68%
B=35.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212112340.060.1000.08266.0935.3887.25
HexDDD3EA6A0810a2357
Octal33532335261201041243127
Binary1101110111010011111010101101010010001000010101000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD3EA; }

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

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

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

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

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

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

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

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