#DDD5EA

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

Shades of Fog #DDD5EA

Tints of Fog #DDD5EA

Color information

#DDD5EA (or 0xDDD5EA) is unknown color: approx Fog. HEX triplet: DD, D5 and EA. RGB value is (221,213,234). Sum of RGB (Red+Green+Blue) = 221+213+234=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 213 (83.59% from 255 or 31.89% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDD5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5EA is #222A15. Grayscale: #D9D9D9. Windows color (decimal): -2238998 or 15390173. OLE color: 15390173.

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

Color convert

RGB221213234-
CMYK0.060.0900.08
HSL262.86º33.33%87.65%-
HSV(B)262.86º8.97%91.76%-
XYZ68.4668.987.53-
YUV217.79137.15130.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.08%
GREEN value IS 213 (83.59% from 255) = 31.89%
BLUE value IS 234 (91.80% from 255) = 35.03%
R=33.08%
G=31.89%
B=35.03%

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
Decimal2212132340.060.0900.08262.8633.3387.65
HexDDD5EA69081072158
Octal33532535261101040741130
Binary1101110111010101111010101101001010001000001111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD5EA; }

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

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

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

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

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

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

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

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