#DDC9EF

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

Shades of Fog #DDC9EF

Tints of Fog #DDC9EF

Color information

#DDC9EF (or 0xDDC9EF) is unknown color: approx Fog. HEX triplet: DD, C9 and EF. RGB value is (221,201,239). Sum of RGB (Red+Green+Blue) = 221+201+239=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 201 (78.91% from 255 or 30.41% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDC9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC9EF is #223610. Grayscale: #D3D3D3. Windows color (decimal): -2242065 or 15714781. OLE color: 15714781.

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

Color convert

RGB221201239-
CMYK0.080.1600.06
HSL271.58º54.29%86.27%-
HSV(B)271.58º15.9%93.73%-
XYZ66.2963.3890.4-
YUV211.31143.63134.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.43%
GREEN value IS 201 (78.91% from 255) = 30.41%
BLUE value IS 239 (93.75% from 255) = 36.16%
R=33.43%
G=30.41%
B=36.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212012390.080.1600.06271.5854.2986.27
HexDDC9EF810061103656
Octal33531135710200642066126
Binary11011101110010011110111110001000001101000100001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC9EF; }

 p { color: rgb(221,201,239); }

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

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

 a { background-color: rgb(221,201,239); }

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

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

 span { border-color: rgb(221,201,239); }

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