#DCD2EC

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

Shades of Fog #DCD2EC

Tints of Fog #DCD2EC

Color information

#DCD2EC (or 0xDCD2EC) is unknown color: approx Fog. HEX triplet: DC, D2 and EC. RGB value is (220,210,236). Sum of RGB (Red+Green+Blue) = 220+210+236=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCD2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD2EC is #232D13. Grayscale: #D7D7D7. Windows color (decimal): -2305300 or 15520476. OLE color: 15520476.

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

Color convert

RGB220210236-
CMYK0.070.1100.07
HSL263.08º40.62%87.45%-
HSV(B)263.08º11.02%92.55%-
XYZ67.767.3688.79-
YUV215.95139.31130.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.03%
GREEN value IS 210 (82.42% from 255) = 31.53%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=33.03%
G=31.53%
B=35.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202102360.070.1100.07263.0840.6287.45
HexDCD2EC7B071072957
Octal3343223547130740751127
Binary110111001101001011101100111101101111000001111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD2EC; }

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

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

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

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

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

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

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

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