#DDC9EC

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

Shades of Fog #DDC9EC

Tints of Fog #DDC9EC

Color information

#DDC9EC (or 0xDDC9EC) is unknown color: approx Fog. HEX triplet: DD, C9 and EC. RGB value is (221,201,236). Sum of RGB (Red+Green+Blue) = 221+201+236=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDC9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC9EC is #223613. Grayscale: #D2D2D2. Windows color (decimal): -2242068 or 15518173. OLE color: 15518173.

HSL color Cylindrical-coordinate representation of color #DDC9EC: hue angle of 274.29º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDC9EC is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221201236-
CMYK0.060.1500.07
HSL274.29º47.95%85.69%-
HSV(B)274.29º14.83%92.55%-
XYZ65.8563.288.09-
YUV210.97142.13135.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.59%
GREEN value IS 201 (78.91% from 255) = 30.55%
BLUE value IS 236 (92.58% from 255) = 35.87%
R=33.59%
G=30.55%
B=35.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212012360.060.1500.07274.2947.9585.69
HexDDC9EC6F071123056
Octal3353113546170742260126
Binary110111011100100111101100110111101111000100101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC9EC; }

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

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

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

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

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

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

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

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