#DDD0FD

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

Shades of Fog #DDD0FD

Tints of Fog #DDD0FD

Color information

#DDD0FD (or 0xDDD0FD) is unknown color: approx Fog. HEX triplet: DD, D0 and FD. RGB value is (221,208,253). Sum of RGB (Red+Green+Blue) = 221+208+253=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 208 (81.64% from 255 or 30.50% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDD0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0FD is #222F02. Grayscale: #D8D8D8. Windows color (decimal): -2240259 or 16634077. OLE color: 16634077.

HSL color Cylindrical-coordinate representation of color #DDD0FD: hue angle of 257.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDD0FD is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221208253-
CMYK0.130.1800.01
HSL257.33º91.84%90.39%-
HSV(B)257.33º17.79%99.22%-
XYZ70.167.58102.28-
YUV217.02148.31130.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.40%
GREEN value IS 208 (81.64% from 255) = 30.50%
BLUE value IS 253 (99.22% from 255) = 37.10%
R=32.40%
G=30.50%
B=37.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212082530.130.1800.01257.3391.8490.39
HexDDD0FDD12011015c5a
Octal335320375152201401134132
Binary1101110111010000111111011101100100110000000110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0FD; }

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

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

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

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

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

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

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

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