#DDC6F0

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

Shades of Fog #DDC6F0

Tints of Fog #DDC6F0

Color information

#DDC6F0 (or 0xDDC6F0) is unknown color: approx Fog. HEX triplet: DD, C6 and F0. RGB value is (221,198,240). Sum of RGB (Red+Green+Blue) = 221+198+240=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 198 (77.73% from 255 or 30.05% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDC6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC6F0 is #22390F. Grayscale: #D1D1D1. Windows color (decimal): -2242832 or 15779549. OLE color: 15779549.

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

Color convert

RGB221198240-
CMYK0.080.1800.06
HSL272.86º58.33%85.88%-
HSV(B)272.86º17.5%94.12%-
XYZ65.7462.0590.95-
YUV209.67145.12136.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.54%
GREEN value IS 198 (77.73% from 255) = 30.05%
BLUE value IS 240 (94.14% from 255) = 36.42%
R=33.54%
G=30.05%
B=36.42%

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
Decimal2211982400.080.1800.06272.8658.3385.88
HexDDC6F0812061113a56
Octal33530636010220642172126
Binary11011101110001101111000010001001001101000100011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6F0; }

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

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

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

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

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

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

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

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