#DDD7EB

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

Shades of Fog #DDD7EB

Tints of Fog #DDD7EB

Color information

#DDD7EB (or 0xDDD7EB) is unknown color: approx Fog. HEX triplet: DD, D7 and EB. RGB value is (221,215,235). Sum of RGB (Red+Green+Blue) = 221+215+235=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDD7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7EB is #222814. Grayscale: #DADADA. Windows color (decimal): -2238485 or 15456221. OLE color: 15456221.

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

Color convert

RGB221215235-
CMYK0.060.0900.08
HSL258º33.33%88.24%-
HSV(B)258º8.51%92.16%-
XYZ69.1169.9788.46-
YUV219.07136.99129.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.94%
GREEN value IS 215 (84.38% from 255) = 32.04%
BLUE value IS 235 (92.19% from 255) = 35.02%
R=32.94%
G=32.04%
B=35.02%

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
Decimal2212152350.060.0900.0825833.3388.24
HexDDD7EB69081022158
Octal33532735361101040241130
Binary1101110111010111111010111101001010001000000101000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7EB; }

 p { color: rgb(221,215,235); }

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

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

 a { background-color: rgb(221,215,235); }

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

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

 span { border-color: rgb(221,215,235); }

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