#DDC4EF

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

Shades of Fog #DDC4EF

Tints of Fog #DDC4EF

Color information

#DDC4EF (or 0xDDC4EF) is unknown color: approx Fog. HEX triplet: DD, C4 and EF. RGB value is (221,196,239). Sum of RGB (Red+Green+Blue) = 221+196+239=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 196 (76.95% from 255 or 29.88% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDC4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC4EF is #223B10. Grayscale: #D0D0D0. Windows color (decimal): -2243345 or 15713501. OLE color: 15713501.

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

Color convert

RGB221196239-
CMYK0.080.1800.06
HSL274.88º57.33%85.29%-
HSV(B)274.88º17.99%93.73%-
XYZ65.1461.0890.02-
YUV208.38145.28137-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 196 (76.95% from 255) = 29.88%
BLUE value IS 239 (93.75% from 255) = 36.43%
R=33.69%
G=29.88%
B=36.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2211962390.080.1800.06274.8857.3385.29
HexDDC4EF812061133955
Octal33530435710220642371125
Binary11011101110001001110111110001001001101000100111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC4EF; }

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

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

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

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

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

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

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

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