#DDD6ED

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

Shades of Fog #DDD6ED

Tints of Fog #DDD6ED

Color information

#DDD6ED (or 0xDDD6ED) is unknown color: approx Fog. HEX triplet: DD, D6 and ED. RGB value is (221,214,237). Sum of RGB (Red+Green+Blue) = 221+214+237=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDD6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6ED is #222912. Grayscale: #DADADA. Windows color (decimal): -2238739 or 15587037. OLE color: 15587037.

HSL color Cylindrical-coordinate representation of color #DDD6ED: hue angle of 258.26º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD6ED is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221214237-
CMYK0.070.1000.07
HSL258.26º38.98%88.43%-
HSV(B)258.26º9.7%92.94%-
XYZ69.1569.5889.91-
YUV218.72138.32129.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.89%
GREEN value IS 214 (83.98% from 255) = 31.85%
BLUE value IS 237 (92.97% from 255) = 35.27%
R=32.89%
G=31.85%
B=35.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212142370.070.1000.07258.2638.9888.43
HexDDD6ED7A071022758
Octal3353263557120740247130
Binary110111011101011011101101111101001111000000101001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD6ED; }

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

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

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

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

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

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

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

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