#DDC0EC

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

Shades of Fog #DDC0EC

Tints of Fog #DDC0EC

Color information

#DDC0EC (or 0xDDC0EC) is unknown color: approx Fog. HEX triplet: DD, C0 and EC. RGB value is (221,192,236). Sum of RGB (Red+Green+Blue) = 221+192+236=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDC0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC0EC is #223F13. Grayscale: #CDCDCD. Windows color (decimal): -2244372 or 15515869. OLE color: 15515869.

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

Color convert

RGB221192236-
CMYK0.060.1900.07
HSL279.55º53.66%83.92%-
HSV(B)279.55º18.64%92.55%-
XYZ63.8159.1387.41-
YUV205.69145.11138.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.05%
GREEN value IS 192 (75.39% from 255) = 29.58%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=34.05%
G=29.58%
B=36.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211922360.060.1900.07279.5553.6683.92
HexDDC0EC613071183654
Octal3353003546230743066124
Binary1101110111000000111011001101001101111000110001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0EC; }

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

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

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

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

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

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

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

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