#D6C2EC

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

Shades of Fog #D6C2EC

Tints of Fog #D6C2EC

Color information

#D6C2EC (or 0xD6C2EC) is unknown color: approx Fog. HEX triplet: D6, C2 and EC. RGB value is (214,194,236). Sum of RGB (Red+Green+Blue) = 214+194+236=644 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.23% from 644); Green value is 194 (76.17% from 255 or 30.12% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6C2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C2EC is #293D13. Grayscale: #CCCCCC. Windows color (decimal): -2702612 or 15516374. OLE color: 15516374.

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

Color convert

RGB214194236-
CMYK0.090.1800.07
HSL268.57º52.5%84.31%-
HSV(B)268.57º17.8%92.55%-
XYZ62.1658.9487.46-
YUV204.77145.63134.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.23%
GREEN value IS 194 (76.17% from 255) = 30.12%
BLUE value IS 236 (92.58% from 255) = 36.65%
R=33.23%
G=30.12%
B=36.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141942360.090.1800.07268.5752.584.31
HexD6C2EC9120710d3454
Octal32630235411220741564124
Binary11010110110000101110110010011001001111000011011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C2EC; }

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

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

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

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

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

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

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

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