#DDD6EA

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

Shades of Fog #DDD6EA

Tints of Fog #DDD6EA

Color information

#DDD6EA (or 0xDDD6EA) is unknown color: approx Fog. HEX triplet: DD, D6 and EA. RGB value is (221,214,234). Sum of RGB (Red+Green+Blue) = 221+214+234=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDD6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6EA is #222915. Grayscale: #DADADA. Windows color (decimal): -2238742 or 15390429. OLE color: 15390429.

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

Color convert

RGB221214234-
CMYK0.060.0900.08
HSL261º32.26%87.84%-
HSV(B)261º8.55%91.76%-
XYZ68.7269.4187.62-
YUV218.37136.82129.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.03%
GREEN value IS 214 (83.98% from 255) = 31.99%
BLUE value IS 234 (91.80% from 255) = 34.98%
R=33.03%
G=31.99%
B=34.98%

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
Decimal2212142340.060.0900.0826132.2687.84
HexDDD6EA69081052058
Octal33532635261101040540130
Binary1101110111010110111010101101001010001000001011000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD6EA; }

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

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

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

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

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

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

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

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