#DDC7EC

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

Shades of Fog #DDC7EC

Tints of Fog #DDC7EC

Color information

#DDC7EC (or 0xDDC7EC) is unknown color: approx Fog. HEX triplet: DD, C7 and EC. RGB value is (221,199,236). Sum of RGB (Red+Green+Blue) = 221+199+236=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 199 (78.12% from 255 or 30.34% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDC7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC7EC is #223813. Grayscale: #D1D1D1. Windows color (decimal): -2242580 or 15517661. OLE color: 15517661.

HSL color Cylindrical-coordinate representation of color #DDC7EC: hue angle of 275.68º degrees, saturation: 0.49, 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 #DDC7EC is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221199236-
CMYK0.060.1600.07
HSL275.68º49.33%85.29%-
HSV(B)275.68º15.68%92.55%-
XYZ65.3862.2887.93-
YUV209.8142.79135.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 199 (78.12% from 255) = 30.34%
BLUE value IS 236 (92.58% from 255) = 35.98%
R=33.69%
G=30.34%
B=35.98%

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
Decimal2211992360.060.1600.07275.6849.3385.29
HexDDC7EC610071143155
Octal3353073546200742461125
Binary1101110111000111111011001101000001111000101001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC7EC; }

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

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

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

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

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

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

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

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