#DDD4EA

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

Shades of Fog #DDD4EA

Tints of Fog #DDD4EA

Color information

#DDD4EA (or 0xDDD4EA) is unknown color: approx Fog. HEX triplet: DD, D4 and EA. RGB value is (221,212,234). Sum of RGB (Red+Green+Blue) = 221+212+234=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 212 (83.20% from 255 or 31.78% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDD4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD4EA is #222B15. Grayscale: #D9D9D9. Windows color (decimal): -2239254 or 15389917. OLE color: 15389917.

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

Color convert

RGB221212234-
CMYK0.060.0900.08
HSL264.55º34.37%87.45%-
HSV(B)264.55º9.4%91.76%-
XYZ68.2168.487.45-
YUV217.2137.48130.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.13%
GREEN value IS 212 (83.20% from 255) = 31.78%
BLUE value IS 234 (91.80% from 255) = 35.08%
R=33.13%
G=31.78%
B=35.08%

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
Decimal2212122340.060.0900.08264.5534.3787.45
HexDDD4EA69081092257
Octal33532435261101041142127
Binary1101110111010100111010101101001010001000010011000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD4EA; }

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

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

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

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

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

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

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

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