#DDDAE4

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

Shades of Fog #DDDAE4

Tints of Fog #DDDAE4

Color information

#DDDAE4 (or 0xDDDAE4) is unknown color: approx Fog. HEX triplet: DD, DA and E4. RGB value is (221,218,228). Sum of RGB (Red+Green+Blue) = 221+218+228=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDDAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAE4 is #22251B. Grayscale: #DCDCDC. Windows color (decimal): -2237724 or 14998237. OLE color: 14998237.

HSL color Cylindrical-coordinate representation of color #DDDAE4: hue angle of 258º degrees, saturation: 0.16, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDDAE4 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221218228-
CMYK0.030.0400.11
HSL258º15.62%87.45%-
HSV(B)258º4.39%89.41%-
XYZ68.8971.1283.49-
YUV220.04132.49128.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.13%
GREEN value IS 218 (85.55% from 255) = 32.68%
BLUE value IS 228 (89.45% from 255) = 34.18%
R=33.13%
G=32.68%
B=34.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212182280.030.0400.1125815.6287.45
HexDDDAE4340B1021057
Octal3353323443401340220127
Binary1101110111011010111001001110001011100000010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAE4; }

 p { color: rgb(221,218,228); }

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

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

 a { background-color: rgb(221,218,228); }

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

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

 span { border-color: rgb(221,218,228); }

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