#DCD4EC

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

Shades of Fog #DCD4EC

Tints of Fog #DCD4EC

Color information

#DCD4EC (or 0xDCD4EC) is unknown color: approx Fog. HEX triplet: DC, D4 and EC. RGB value is (220,212,236). Sum of RGB (Red+Green+Blue) = 220+212+236=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 212 (83.20% from 255 or 31.74% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCD4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD4EC is #232B13. Grayscale: #D9D9D9. Windows color (decimal): -2304788 or 15520988. OLE color: 15520988.

HSL color Cylindrical-coordinate representation of color #DCD4EC: hue angle of 260º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCD4EC is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220212236-
CMYK0.070.1000.07
HSL260º38.71%87.84%-
HSV(B)260º10.17%92.55%-
XYZ68.268.3688.96-
YUV217.13138.65130.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.93%
GREEN value IS 212 (83.20% from 255) = 31.74%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=32.93%
G=31.74%
B=35.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202122360.070.1000.0726038.7187.84
HexDCD4EC7A071042758
Octal3343243547120740447130
Binary110111001101010011101100111101001111000001001001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD4EC; }

 p { color: rgb(220,212,236); }

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

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

 a { background-color: rgb(220,212,236); }

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

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

 span { border-color: rgb(220,212,236); }

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