#DCC2EC

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

Shades of Fog #DCC2EC

Tints of Fog #DCC2EC

Color information

#DCC2EC (or 0xDCC2EC) is unknown color: approx Fog. HEX triplet: DC, C2 and EC. RGB value is (220,194,236). Sum of RGB (Red+Green+Blue) = 220+194+236=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 194 (76.17% from 255 or 29.85% 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 #DCC2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC2EC is #233D13. Grayscale: #CECECE. Windows color (decimal): -2309396 or 15516380. OLE color: 15516380.

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

Color convert

RGB220194236-
CMYK0.070.1800.07
HSL277.14º52.5%84.31%-
HSV(B)277.14º17.8%92.55%-
XYZ63.9559.8687.54-
YUV206.56144.61137.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.85%
GREEN value IS 194 (76.17% from 255) = 29.85%
BLUE value IS 236 (92.58% from 255) = 36.31%
R=33.85%
G=29.85%
B=36.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201942360.070.1800.07277.1452.584.31
HexDCC2EC712071153454
Octal3343023547220742564124
Binary1101110011000010111011001111001001111000101011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2EC; }

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

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

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

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

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

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

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

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