#DDC3EF

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

Shades of Fog #DDC3EF

Tints of Fog #DDC3EF

Color information

#DDC3EF (or 0xDDC3EF) is unknown color: approx Fog. HEX triplet: DD, C3 and EF. RGB value is (221,195,239). Sum of RGB (Red+Green+Blue) = 221+195+239=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 195 (76.56% from 255 or 29.77% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDC3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC3EF is #223C10. Grayscale: #CFCFCF. Windows color (decimal): -2243601 or 15713245. OLE color: 15713245.

HSL color Cylindrical-coordinate representation of color #DDC3EF: hue angle of 275.45º degrees, saturation: 0.58, 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 #DDC3EF is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB221195239-
CMYK0.080.1800.06
HSL275.45º57.89%85.1%-
HSV(B)275.45º18.41%93.73%-
XYZ64.9160.6389.94-
YUV207.79145.61137.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.74%
GREEN value IS 195 (76.56% from 255) = 29.77%
BLUE value IS 239 (93.75% from 255) = 36.49%
R=33.74%
G=29.77%
B=36.49%

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
Decimal2211952390.080.1800.06275.4557.8985.1
HexDDC3EF812061133a55
Octal33530335710220642372125
Binary11011101110000111110111110001001001101000100111110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC3EF; }

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

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

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

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

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

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

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

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