#DDC1EC

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

Shades of Fog #DDC1EC

Tints of Fog #DDC1EC

Color information

#DDC1EC (or 0xDDC1EC) is unknown color: approx Fog. HEX triplet: DD, C1 and EC. RGB value is (221,193,236). Sum of RGB (Red+Green+Blue) = 221+193+236=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 193 (75.78% from 255 or 29.69% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDC1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC1EC is #223E13. Grayscale: #CECECE. Windows color (decimal): -2244116 or 15516125. OLE color: 15516125.

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

Color convert

RGB221193236-
CMYK0.060.1800.07
HSL279.07º53.09%84.12%-
HSV(B)279.07º18.22%92.55%-
XYZ64.0359.5787.48-
YUV206.27144.78138.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34%
GREEN value IS 193 (75.78% from 255) = 29.69%
BLUE value IS 236 (92.58% from 255) = 36.31%
R=34%
G=29.69%
B=36.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211932360.060.1800.07279.0753.0984.12
HexDDC1EC612071173554
Octal3353013546220742765124
Binary1101110111000001111011001101001001111000101111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1EC; }

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

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

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

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

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

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

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

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