#D3B6EC

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

Shades of Fog #D3B6EC

Tints of Fog #D3B6EC

Color information

#D3B6EC (or 0xD3B6EC) is unknown color: approx Fog. HEX triplet: D3, B6 and EC. RGB value is (211,182,236). Sum of RGB (Red+Green+Blue) = 211+182+236=629 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.55% from 629); Green value is 182 (71.48% from 255 or 28.93% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3B6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3B6EC is #2C4913. Grayscale: #C4C4C4. Windows color (decimal): -2902292 or 15513299. OLE color: 15513299.

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

Color convert

RGB211182236-
CMYK0.110.2300.07
HSL272.22º58.7%81.96%-
HSV(B)272.22º22.88%92.55%-
XYZ58.7353.3686.56-
YUV196.83150.11138.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.55%
GREEN value IS 182 (71.48% from 255) = 28.93%
BLUE value IS 236 (92.58% from 255) = 37.52%
R=33.55%
G=28.93%
B=37.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2111822360.110.2300.07272.2258.781.96
HexD3B6ECB17071103b52
Octal32326635413270742073122
Binary11010011101101101110110010111011101111000100001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B6EC; }

 p { color: rgb(211,182,236); }

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

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

 a { background-color: rgb(211,182,236); }

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

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

 span { border-color: rgb(211,182,236); }

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