#DDD3EB

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

Shades of Fog #DDD3EB

Tints of Fog #DDD3EB

Color information

#DDD3EB (or 0xDDD3EB) is unknown color: approx Fog. HEX triplet: DD, D3 and EB. RGB value is (221,211,235). Sum of RGB (Red+Green+Blue) = 221+211+235=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 211 (82.81% from 255 or 31.63% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDD3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD3EB is #222C14. Grayscale: #D8D8D8. Windows color (decimal): -2239509 or 15455197. OLE color: 15455197.

HSL color Cylindrical-coordinate representation of color #DDD3EB: hue angle of 265º degrees, saturation: 0.37, 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 #DDD3EB is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221211235-
CMYK0.060.1000.08
HSL265º37.5%87.45%-
HSV(B)265º10.21%92.16%-
XYZ68.1167.9688.12-
YUV216.73138.31131.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.13%
GREEN value IS 211 (82.81% from 255) = 31.63%
BLUE value IS 235 (92.19% from 255) = 35.23%
R=33.13%
G=31.63%
B=35.23%

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
Decimal2212112350.060.1000.0826537.587.45
HexDDD3EB6A081092557
Octal33532335361201041145127
Binary1101110111010011111010111101010010001000010011001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD3EB; }

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

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

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

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

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

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

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

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