#DDD5F0

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

Shades of Fog #DDD5F0

Tints of Fog #DDD5F0

Color information

#DDD5F0 (or 0xDDD5F0) is unknown color: approx Fog. HEX triplet: DD, D5 and F0. RGB value is (221,213,240). Sum of RGB (Red+Green+Blue) = 221+213+240=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 213 (83.59% from 255 or 31.60% from 674); Blue value is 240 (94.14% from 255 or 35.61% from 674); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDD5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5F0 is #222A0F. Grayscale: #DADADA. Windows color (decimal): -2238992 or 15783389. OLE color: 15783389.

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

Color convert

RGB221213240-
CMYK0.080.1100.06
HSL257.78º47.37%88.82%-
HSV(B)257.78º11.25%94.12%-
XYZ69.3469.2592.15-
YUV218.47140.15129.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.79%
GREEN value IS 213 (83.59% from 255) = 31.60%
BLUE value IS 240 (94.14% from 255) = 35.61%
R=32.79%
G=31.60%
B=35.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212132400.080.1100.06257.7847.3788.82
HexDDD5F08B061022f59
Octal33532536010130640257131
Binary1101110111010101111100001000101101101000000101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD5F0; }

 p { color: rgb(221,213,240); }

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

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

 a { background-color: rgb(221,213,240); }

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

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

 span { border-color: rgb(221,213,240); }

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