#DDD6EB

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

Shades of Fog #DDD6EB

Tints of Fog #DDD6EB

Color information

#DDD6EB (or 0xDDD6EB) is unknown color: approx Fog. HEX triplet: DD, D6 and EB. RGB value is (221,214,235). Sum of RGB (Red+Green+Blue) = 221+214+235=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDD6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD6EB is #222914. Grayscale: #DADADA. Windows color (decimal): -2238741 or 15455965. OLE color: 15455965.

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

Color convert

RGB221214235-
CMYK0.060.0900.08
HSL260º34.43%88.04%-
HSV(B)260º8.94%92.16%-
XYZ68.8669.4688.38-
YUV218.49137.32129.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.99%
GREEN value IS 214 (83.98% from 255) = 31.94%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=32.99%
G=31.94%
B=35.07%

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
Decimal2212142350.060.0900.0826034.4388.04
HexDDD6EB69081042258
Octal33532635361101040442130
Binary1101110111010110111010111101001010001000001001000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD6EB; }

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

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

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

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

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

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

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

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