#DDD5EB

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

Shades of Fog #DDD5EB

Tints of Fog #DDD5EB

Color information

#DDD5EB (or 0xDDD5EB) is unknown color: approx Fog. HEX triplet: DD, D5 and EB. RGB value is (221,213,235). Sum of RGB (Red+Green+Blue) = 221+213+235=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDD5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5EB is #222A14. Grayscale: #D9D9D9. Windows color (decimal): -2238997 or 15455709. OLE color: 15455709.

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

Color convert

RGB221213235-
CMYK0.060.0900.08
HSL261.82º35.48%87.84%-
HSV(B)261.82º9.36%92.16%-
XYZ68.6168.9688.29-
YUV217.9137.65130.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.03%
GREEN value IS 213 (83.59% from 255) = 31.84%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=33.03%
G=31.84%
B=35.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212132350.060.0900.08261.8235.4887.84
HexDDD5EB69081062358
Octal33532535361101040643130
Binary1101110111010101111010111101001010001000001101000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD5EB; }

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

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

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

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

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

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

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

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