#DDD0EA

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

Shades of Fog #DDD0EA

Tints of Fog #DDD0EA

Color information

#DDD0EA (or 0xDDD0EA) is unknown color: approx Fog. HEX triplet: DD, D0 and EA. RGB value is (221,208,234). Sum of RGB (Red+Green+Blue) = 221+208+234=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDD0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0EA is #222F15. Grayscale: #D6D6D6. Windows color (decimal): -2240278 or 15388893. OLE color: 15388893.

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

Color convert

RGB221208234-
CMYK0.060.1100.08
HSL270º38.24%86.67%-
HSV(B)270º11.11%91.76%-
XYZ67.2366.4287.12-
YUV214.85138.81132.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.33%
GREEN value IS 208 (81.64% from 255) = 31.37%
BLUE value IS 234 (91.80% from 255) = 35.29%
R=33.33%
G=31.37%
B=35.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212082340.060.1100.0827038.2486.67
HexDDD0EA6B0810e2657
Octal33532035261301041646127
Binary1101110111010000111010101101011010001000011101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0EA; }

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

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

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

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

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

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

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

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