#DCD0EC

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

Shades of Fog #DCD0EC

Tints of Fog #DCD0EC

Color information

#DCD0EC (or 0xDCD0EC) is unknown color: approx Fog. HEX triplet: DC, D0 and EC. RGB value is (220,208,236). Sum of RGB (Red+Green+Blue) = 220+208+236=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCD0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD0EC is #232F13. Grayscale: #D6D6D6. Windows color (decimal): -2305812 or 15519964. OLE color: 15519964.

HSL color Cylindrical-coordinate representation of color #DCD0EC: hue angle of 265.71º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCD0EC is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220208236-
CMYK0.070.1200.07
HSL265.71º42.42%87.06%-
HSV(B)265.71º11.86%92.55%-
XYZ67.2166.3888.63-
YUV214.78139.98131.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.13%
GREEN value IS 208 (81.64% from 255) = 31.33%
BLUE value IS 236 (92.58% from 255) = 35.54%
R=33.13%
G=31.33%
B=35.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202082360.070.1200.07265.7142.4287.06
HexDCD0EC7C0710a2a57
Octal3343203547140741252127
Binary110111001101000011101100111110001111000010101010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD0EC; }

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

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

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

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

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

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

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

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