#DDD0FA

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

Shades of Fog #DDD0FA

Tints of Fog #DDD0FA

Color information

#DDD0FA (or 0xDDD0FA) is unknown color: approx Fog. HEX triplet: DD, D0 and FA. RGB value is (221,208,250). Sum of RGB (Red+Green+Blue) = 221+208+250=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 208 (81.64% from 255 or 30.63% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDD0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0FA is #222F05. Grayscale: #D8D8D8. Windows color (decimal): -2240262 or 16437469. OLE color: 16437469.

HSL color Cylindrical-coordinate representation of color #DDD0FA: hue angle of 258.57º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDD0FA is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221208250-
CMYK0.120.1700.02
HSL258.57º80.77%89.8%-
HSV(B)258.57º16.8%98.04%-
XYZ69.6367.3999.78-
YUV216.68146.81131.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.55%
GREEN value IS 208 (81.64% from 255) = 30.63%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=32.55%
G=30.63%
B=36.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212082500.120.1700.02258.5780.7789.8
HexDDD0FAC1102103515a
Octal335320372142102403121132
Binary11011101110100001111101011001000101010000001110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0FA; }

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

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

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

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

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

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

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

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