#DDC5F0

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

Shades of Fog #DDC5F0

Tints of Fog #DDC5F0

Color information

#DDC5F0 (or 0xDDC5F0) is unknown color: approx Fog. HEX triplet: DD, C5 and F0. RGB value is (221,197,240). Sum of RGB (Red+Green+Blue) = 221+197+240=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 197 (77.34% from 255 or 29.94% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDC5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC5F0 is #223A0F. Grayscale: #D0D0D0. Windows color (decimal): -2243088 or 15779293. OLE color: 15779293.

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

Color convert

RGB221197240-
CMYK0.080.1800.06
HSL273.49º58.9%85.69%-
HSV(B)273.49º17.92%94.12%-
XYZ65.5161.690.87-
YUV209.08145.45136.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.59%
GREEN value IS 197 (77.34% from 255) = 29.94%
BLUE value IS 240 (94.14% from 255) = 36.47%
R=33.59%
G=29.94%
B=36.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2211972400.080.1800.06273.4958.985.69
HexDDC5F0812061113b56
Octal33530536010220642173126
Binary11011101110001011111000010001001001101000100011110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC5F0; }

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

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

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

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

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

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

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

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