#DDC6EC

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

Shades of Fog #DDC6EC

Tints of Fog #DDC6EC

Color information

#DDC6EC (or 0xDDC6EC) is unknown color: approx Fog. HEX triplet: DD, C6 and EC. RGB value is (221,198,236). Sum of RGB (Red+Green+Blue) = 221+198+236=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDC6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC6EC is #223913. Grayscale: #D1D1D1. Windows color (decimal): -2242836 or 15517405. OLE color: 15517405.

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

Color convert

RGB221198236-
CMYK0.060.1600.07
HSL276.32º50%85.1%-
HSV(B)276.32º16.1%92.55%-
XYZ65.1561.8287.85-
YUV209.21143.12136.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.74%
GREEN value IS 198 (77.73% from 255) = 30.23%
BLUE value IS 236 (92.58% from 255) = 36.03%
R=33.74%
G=30.23%
B=36.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211982360.060.1600.07276.325085.1
HexDDC6EC610071143255
Octal3353063546200742462125
Binary1101110111000110111011001101000001111000101001100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6EC; }

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

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

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

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

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

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

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

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