#D4C6EF

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

Shades of Fog #D4C6EF

Tints of Fog #D4C6EF

Color information

#D4C6EF (or 0xD4C6EF) is unknown color: approx Fog. HEX triplet: D4, C6 and EF. RGB value is (212,198,239). Sum of RGB (Red+Green+Blue) = 212+198+239=649 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.67% from 649); Green value is 198 (77.73% from 255 or 30.51% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4C6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C6EF is #2B3910. Grayscale: #CECECE. Windows color (decimal): -2832657 or 15714004. OLE color: 15714004.

HSL color Cylindrical-coordinate representation of color #D4C6EF: hue angle of 260.49º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4C6EF is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB212198239-
CMYK0.110.1700.06
HSL260.49º56.16%85.69%-
HSV(B)260.49º17.15%93.73%-
XYZ62.9360.6290.05-
YUV206.86146.14131.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.67%
GREEN value IS 198 (77.73% from 255) = 30.51%
BLUE value IS 239 (93.75% from 255) = 36.83%
R=32.67%
G=30.51%
B=36.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2121982390.110.1700.06260.4956.1685.69
HexD4C6EFB11061043856
Octal32430635713210640470126
Binary11010100110001101110111110111000101101000001001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C6EF; }

 p { color: rgb(212,198,239); }

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

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

 a { background-color: rgb(212,198,239); }

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

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

 span { border-color: rgb(212,198,239); }

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