#DDDAE5

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

Shades of Fog #DDDAE5

Tints of Fog #DDDAE5

Color information

#DDDAE5 (or 0xDDDAE5) is unknown color: approx Fog. HEX triplet: DD, DA and E5. RGB value is (221,218,229). Sum of RGB (Red+Green+Blue) = 221+218+229=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 229 (89.84% from 255 or 34.28% from 668); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDDAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAE5 is #22251A. Grayscale: #DCDCDC. Windows color (decimal): -2237723 or 15063773. OLE color: 15063773.

HSL color Cylindrical-coordinate representation of color #DDDAE5: hue angle of 256.36º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDDAE5 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221218229-
CMYK0.030.0500.10
HSL256.36º17.46%87.65%-
HSV(B)256.36º4.8%89.8%-
XYZ69.0371.1784.23-
YUV220.15132.99128.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.08%
GREEN value IS 218 (85.55% from 255) = 32.63%
BLUE value IS 229 (89.84% from 255) = 34.28%
R=33.08%
G=32.63%
B=34.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212182290.030.0500.10256.3617.4687.65
HexDDDAE5350A1001158
Octal3353323453501240021130
Binary1101110111011010111001011110101010100000000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAE5; }

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

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

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

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

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

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

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

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